Skip to content

Commit 2405c5f

Browse files
authored
[llvm-readelf] Update outdated URL (#120498)
This updates a comment pointing to the list of registered machine architectures in the ELF gABI as the URL in the old comment is no longer valid.
1 parent 091448e commit 2405c5f

File tree

1 file changed

+5
-3
lines changed
  • llvm/include/llvm/BinaryFormat

1 file changed

+5
-3
lines changed

llvm/include/llvm/BinaryFormat/ELF.h

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,11 @@ enum {
127127
// Versioning
128128
enum { EV_NONE = 0, EV_CURRENT = 1 };
129129

130-
// Machine architectures
131-
// See current registered ELF machine architectures at:
132-
// http://www.uxsglobal.com/developers/gabi/latest/ch4.eheader.html
130+
// Machine architectures.
131+
// At the time of writing, the list of registered machine architectures is
132+
// at https://groups.google.com/g/generic-abi/c/0kORSDcyhTE/m/ZRf_PvcHAAAJ
133+
// Please refer to https://groups.google.com/g/generic-abi for any further
134+
// updates.
133135
enum {
134136
EM_NONE = 0, // No machine
135137
EM_M32 = 1, // AT&T WE 32100

0 commit comments

Comments
 (0)