diff options
author | Alan Modra <amodra@gmail.com> | 2001-11-15 13:19:10 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-11-15 13:19:10 +0000 |
commit | 0d3afcfcaa8d9cbac690fddebab73001ee150be4 (patch) | |
tree | 256751a1771f7eb82b3816ae7f75b69c03800c28 /include/elf/common.h | |
parent | e5fb9629ddbf322bdd688a71e9c774936aa24976 (diff) | |
download | gdb-0d3afcfcaa8d9cbac690fddebab73001ee150be4.zip gdb-0d3afcfcaa8d9cbac690fddebab73001ee150be4.tar.gz gdb-0d3afcfcaa8d9cbac690fddebab73001ee150be4.tar.bz2 |
* common.h (NT_ARCH): Define. Remove incorrect comment.
Diffstat (limited to 'include/elf/common.h')
-rw-r--r-- | include/elf/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/elf/common.h b/include/elf/common.h index a85db49..06d5239 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -339,9 +339,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define NT_WIN32PSTATUS 18 /* Has a struct win32_pstatus */ /* Values of note segment descriptor types for object files. */ -/* (Only for hppa right now. Should this be moved elsewhere?) */ #define NT_VERSION 1 /* Contains a version string. */ +#define NT_ARCH 2 /* Contains an architecture string. */ /* These three macros disassemble and assemble a symbol table st_info field, which contains the symbol binding and symbol type. The STB_ and STT_ |