diff options
author | Fred Fish <fnf@specifix.com> | 1992-08-01 20:47:51 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-08-01 20:47:51 +0000 |
commit | c50533602ed8cf9724d5245c5eebb7ec30c55c5a (patch) | |
tree | 4e126bf04e9c778806dc0ab5da0e339c521d5bba /include/elf/ChangeLog | |
parent | cd46ffad4ecefe7d91323f901882483e32ca2f71 (diff) | |
download | gdb-c50533602ed8cf9724d5245c5eebb7ec30c55c5a.zip gdb-c50533602ed8cf9724d5245c5eebb7ec30c55c5a.tar.gz gdb-c50533602ed8cf9724d5245c5eebb7ec30c55c5a.tar.bz2 |
* dwarf.h: Replace with current version from gcc distribution.
* common.h (SHT_BEPROGBITS): Add section type for i860 operating
in big endian mode, where code is in a separate section. The
SHT_PROGBITS section is used for data. From pfieland@stratus.com.
Diffstat (limited to 'include/elf/ChangeLog')
-rw-r--r-- | include/elf/ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog new file mode 100644 index 0000000..d000f6d --- /dev/null +++ b/include/elf/ChangeLog @@ -0,0 +1,30 @@ +Sat Aug 1 13:46:53 1992 Fred Fish (fnf@cygnus.com) + + * dwarf.h: Replace with current version from gcc distribution. + * common.h (SHT_BEPROGBITS): Add section type for i860 operating + in big endian mode, where code is in a separate section. The + SHT_PROGBITS section is used for data. From pfieland@stratus.com. + +Fri Jun 19 19:05:09 1992 John Gilmore (gnu at cygnus.com) + + * internal.h: Add real struct tags to all the Type_Defs, so they + can be used in prototypes where the Type_Defs are not known. + +Fri Apr 3 20:58:58 1992 Mark Eichin (eichin at cygnus.com) + + * common.h: added ELF_R_{SYM,TYPE,INFO} for handling relocation + info + added EM_MIPS, and corrected value of EM_860 based on System V ABI + manual. + + * external.h: added Elf_External_{Rel,Rela}. + + * internal.h: added Elf_Internal_{Rel,Rela}. + added rawdata to Elf_Internal_Shdr. + +Sat Nov 30 20:43:59 1991 Steve Chamberlain (sac at rtl.cygnus.com) + + * common.h, dwarf.h, external.h, internal.h, ChangeLog; moved from + ../elf-<foo> + + |