diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-11-19 21:37:50 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-11-19 21:37:50 +0000 |
commit | e0209756f8e7c21987225918134f8530fa5a5d87 (patch) | |
tree | 7dc00393e4b38b541d77c21c7e88ac5d67d57046 /gas/ChangeLog | |
parent | dbdf5a2a04a2649613e7fdf15b53f960f4dfa1e4 (diff) | |
download | gdb-e0209756f8e7c21987225918134f8530fa5a5d87.zip gdb-e0209756f8e7c21987225918134f8530fa5a5d87.tar.gz gdb-e0209756f8e7c21987225918134f8530fa5a5d87.tar.bz2 |
* config/obj-coffbfd.c: Use PARAMS rather than EXFUN.
(yank_symbols): Don't call S_SET_EXTERNAL if the storage class is
already set. Fixes .def var; .val external_var; .scl 3; .endef.
(adjust_stab_section): Make static. Declare return type. Remove
unused variables.
* config/tc-i386.h: Declare tc_coff_fix2rtype and
tc_coff_sizemachdep.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 9d06141..3fa1aff 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +Fri Nov 19 16:25:09 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * config/obj-coffbfd.c: Use PARAMS rather than EXFUN. + (yank_symbols): Don't call S_SET_EXTERNAL if the storage class is + already set. Fixes .def var; .val external_var; .scl 3; .endef. + (adjust_stab_section): Make static. Declare return type. Remove + unused variables. + + * config/tc-i386.h: Declare tc_coff_fix2rtype and + tc_coff_sizemachdep. + Fri Nov 19 04:33:59 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) * write.c (write_object_file): Disable obj_check_file_symbols |