diff options
author | John Gilmore <gnu@cygnus> | 1992-12-17 08:42:31 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-12-17 08:42:31 +0000 |
commit | d3e667e88dca634700d8f2185a492dd06965dd5b (patch) | |
tree | 7624733292b7e2c344a743b6bb8da1f2ed63f784 /bfd/ChangeLog | |
parent | 27a2a371ef694e705ff800caaf45facce735759e (diff) | |
download | gdb-d3e667e88dca634700d8f2185a492dd06965dd5b.zip gdb-d3e667e88dca634700d8f2185a492dd06965dd5b.tar.gz gdb-d3e667e88dca634700d8f2185a492dd06965dd5b.tar.bz2 |
* bfd.c: Use right name for tekhex tdata struct.
* tekhex.c: Insert leading_char (0) into bfd_target struct. Style.
* libcoff.h: Updated to get spacing change from coffcode.h.
* trad-core.c: leading_char is 0 (no symbols!), not '_'.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 183c968..c2cd8f6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +Thu Dec 17 00:36:24 1992 John Gilmore (gnu@cygnus.com) + + * bfd.c: Use right name for tekhex tdata struct. + * tekhex.c: Insert leading_char (0) into bfd_target struct. Style. + * libcoff.h: Updated to get spacing change from coffcode.h. + * trad-core.c: leading_char is 0 (no symbols!), not '_'. + Tue Dec 15 15:40:30 1992 Per Bothner (bothner@cygnus.com) * archive.c (do_slurp_bsd_armap, do_slurp_coff_armap): New |