aboutsummaryrefslogtreecommitdiff
path: root/include/elf/alpha.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2024-05-28 10:12:28 +0100
committerNick Clifton <nickc@redhat.com>2024-05-28 10:12:28 +0100
commit08b0f198b16af719c329581e0ddc290c4c9b17ae (patch)
tree073d2a1f4305efdcfb0658f7310f4433aae5744f /include/elf/alpha.h
parentb85af8d9fd31bc20c9f506350f22fda54fb3dbc7 (diff)
downloadgdb-08b0f198b16af719c329581e0ddc290c4c9b17ae.zip
gdb-08b0f198b16af719c329581e0ddc290c4c9b17ae.tar.gz
gdb-08b0f198b16af719c329581e0ddc290c4c9b17ae.tar.bz2
Add new ELF section and segment types to readelf.
Diffstat (limited to 'include/elf/alpha.h')
-rw-r--r--include/elf/alpha.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/elf/alpha.h b/include/elf/alpha.h
index 02618c0..a65bf9c 100644
--- a/include/elf/alpha.h
+++ b/include/elf/alpha.h
@@ -42,10 +42,10 @@
/* Section contains some sort of debugging information. The exact
format is unspecified. It's probably ECOFF symbols. */
-#define SHT_ALPHA_DEBUG 0x70000001
+#define SHT_ALPHA_DEBUG (SHT_LOPROC + 1)
/* Section contains register usage information. */
-#define SHT_ALPHA_REGINFO 0x70000002
+#define SHT_ALPHA_REGINFO (SHT_LOPROC + 2)
/* A section of type SHT_MIPS_REGINFO contains the following
structure. */