diff options
author | Ian Lance Taylor <ian@airs.com> | 1992-11-10 18:17:00 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1992-11-10 18:17:00 +0000 |
commit | 587c4264e020987b332577135abfefdbb3dee699 (patch) | |
tree | 876a218a78633b5b4be594612571317a11dba476 /gas/config/ChangeLog | |
parent | 9ee6289b478ed3f18bf30821ccc8a8d43c54b467 (diff) | |
download | gdb-587c4264e020987b332577135abfefdbb3dee699.zip gdb-587c4264e020987b332577135abfefdbb3dee699.tar.gz gdb-587c4264e020987b332577135abfefdbb3dee699.tar.bz2 |
These changes clean things up a bit, and improve Solaris cross
support when using /opt/SUNWspro/SC2.0/acc.
Tue Nov 10 09:50:25 1992 Ian Lance Taylor (ian@cygnus.com)
* obj-coffbfd.c (fill_section): set STYP_NOLOAD bit for .bss
section.
* atof-ieee.c, atof-ns32k.c, tc-*.c: made EXP_CHARS, FLT_CHARS,
comment_chars, line_comment_chars and line_seperator_chars
consistently const, and always initialized them. Included read.h.
Diffstat (limited to 'gas/config/ChangeLog')
-rw-r--r-- | gas/config/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/config/ChangeLog b/gas/config/ChangeLog index 0c5aaeb..ded8a99 100644 --- a/gas/config/ChangeLog +++ b/gas/config/ChangeLog @@ -1,3 +1,12 @@ +Tue Nov 10 09:50:25 1992 Ian Lance Taylor (ian@cygnus.com) + + * obj-coffbfd.c (fill_section): set STYP_NOLOAD bit for .bss + section. + + * atof-ieee.c, atof-ns32k.c, tc-*.c: made EXP_CHARS, FLT_CHARS, + comment_chars, line_comment_chars and line_seperator_chars + consistently const, and always initialized them. Included read.h. + Thu Nov 5 17:55:41 1992 Jim Wilson (wilson@sphagnum.cygnus.com) * tc-sparc.c (sparc_ip): Add code to flag error if an absolute |