diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-01-31 17:28:44 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-01-31 17:28:44 +0000 |
commit | 30c2a08e89471f4902d7970dcf49495d938ec102 (patch) | |
tree | c0f6fc1356ab0724373e994b4ee0a05669b879ad /gas | |
parent | a796aafdd727ecc0e07f2a53e0d9905425e691f6 (diff) | |
download | gdb-30c2a08e89471f4902d7970dcf49495d938ec102.zip gdb-30c2a08e89471f4902d7970dcf49495d938ec102.tar.gz gdb-30c2a08e89471f4902d7970dcf49495d938ec102.tar.bz2 |
* config/tc-mips.c (s_mips_globl): Set BSF_OBJECT if it is not
BSF_FUNCTION.
(s_cpload): Set BSF_OBJECT for _gp_disp symbol.
* read.c (s_lcomm): If S_SET_SIZE is defined, set the size of the
symbol.
* ecoff.c (add_procedure): Set the BSF_FUNCTION flag.
(ecoff_build_symbols): If S_SET_SIZE is defined, set the size of
an undefined symbol and the size of a function symbol.
* config/obj-elf.c (elf_frob_symbol): If TC_MIPS, set BSF_OBJECT
for all common symbols.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a06347b..4029a67 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,16 @@ +Wed Jan 31 12:24:58 1996 Ian Lance Taylor <ian@cygnus.com> + + * config/tc-mips.c (s_mips_globl): Set BSF_OBJECT if it is not + BSF_FUNCTION. + (s_cpload): Set BSF_OBJECT for _gp_disp symbol. + * read.c (s_lcomm): If S_SET_SIZE is defined, set the size of the + symbol. + * ecoff.c (add_procedure): Set the BSF_FUNCTION flag. + (ecoff_build_symbols): If S_SET_SIZE is defined, set the size of + an undefined symbol and the size of a function symbol. + * config/obj-elf.c (elf_frob_symbol): If TC_MIPS, set BSF_OBJECT + for all common symbols. + Tue Jan 30 12:35:24 1996 Ken Raeburn <raeburn@cygnus.com> * config/tc-i960.c (parse_memop): In MRI mode, don't use implicit |