diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-03-09 15:42:14 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-03-09 15:42:14 +0000 |
commit | fefba3a5148ea8b61a6ea742f60eef0ff0345dbe (patch) | |
tree | a2740eef249984ff7a722809ffea15887683eb26 /gas/ChangeLog | |
parent | 04947ce1c76a6b13cf8e96e6226b868b0cd95263 (diff) | |
download | gdb-fefba3a5148ea8b61a6ea742f60eef0ff0345dbe.zip gdb-fefba3a5148ea8b61a6ea742f60eef0ff0345dbe.tar.gz gdb-fefba3a5148ea8b61a6ea742f60eef0ff0345dbe.tar.bz2 |
* write.c (chain_frchains_together): Check that seg_info (section)
is not NULL.
(write_object_file): Call obj_frob_file after setting the symbols,
not before.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 9af8d71..90e8459 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,20 @@ +Tue Mar 9 07:40:06 1993 Ian Lance Taylor (ian@cygnus.com) + + * write.c (chain_frchains_together): Check that seg_info (section) + is not NULL. + (write_object_file): Call obj_frob_file after setting the symbols, + not before. + +Mon Mar 8 14:57:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) + + * config/tc-i386.h (TC_COUNT_RELOC): Look for fx_addsy only. + +Fri Mar 5 09:05:55 1993 Ian Lance Taylor (ian@cygnus.com) + + * read.h: Define stringer here. + read.c, config/obj-ieee.c, config/obj-tcm88k.c: Not any of these + places. + Thu Mar 4 11:52:23 1993 Steve Chamberlain (sac@thepub.cygnus.com) * read.c (s_space): Multiply repeat count by mult, not fill. |