diff options
author | Per Bothner <per@bothner.com> | 1991-11-22 05:22:06 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1991-11-22 05:22:06 +0000 |
commit | 27612c29661b7055af2fd24ed7aec0be740bcd52 (patch) | |
tree | 38d22afab439630605c08913b74820fc39839c7b /include/ChangeLog | |
parent | 7de245d36283de0344bf0798cb594f14ea6f2f3a (diff) | |
download | gdb-27612c29661b7055af2fd24ed7aec0be740bcd52.zip gdb-27612c29661b7055af2fd24ed7aec0be740bcd52.tar.gz gdb-27612c29661b7055af2fd24ed7aec0be740bcd52.tar.bz2 |
stab.def: Remove the GNU extended type codes (e.g. N_SETT).
aoutx.h: Put back the N_HEADER_IN_TEXT(x) that John removed,
but use his heuristic as its default definition.
bfd.H; Re-generated.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 9df89e6..97ee403 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,13 @@ +Thu Nov 21 21:01:05 1991 Per Bothner (bothner at cygnus.com) + + * stab.def: Remove the GNU extended type codes (e.g. N_SETT). + * aout64.h: The heuristic for distinguishing between + sunos-style and bsd-style ZMAGIC files (wrt. where the + text segment starts) is moved into (the default definition of) + the macro N_HEADER_IN_TEXT. This definition is only used + if no other definition is used - e.g. bfd/newsos3.c defines + N_HEADER_IN_TEXT(x) to be always 0 (as before). + Thu Nov 21 11:53:03 1991 John Gilmore (gnu at cygnus.com) * aout64.h (N_TXTADDR, N_TXTOFF, N_TXTSIZE): New definitions |