diff options
author | Catherine Moore <clm@redhat.com> | 1998-08-10 01:56:36 +0000 |
---|---|---|
committer | Catherine Moore <clm@redhat.com> | 1998-08-10 01:56:36 +0000 |
commit | f58983c19ee48a88f3260c2b2225150591a8ffe4 (patch) | |
tree | b39e544074eb068aef006fc1b9e498ea32ae0203 | |
parent | 45834a73ef623e57d5fac5f56a85528c26d18b58 (diff) | |
download | gdb-f58983c19ee48a88f3260c2b2225150591a8ffe4.zip gdb-f58983c19ee48a88f3260c2b2225150591a8ffe4.tar.gz gdb-f58983c19ee48a88f3260c2b2225150591a8ffe4.tar.bz2 |
* config/obj-elf.h: Check for redefinition of obj_frob_symbol.
* config/tc-arm.c: Define S_GET_STORAGE_CLASS and S_SET_STORAGE_CLASS.
(armelf_frob_symbol): New Routine.
* config/tc-arm.h: Define obj_frob_symbol if OBJ_ELF.
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index cde7df7..0a305f8 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +start-sanitize-armelf +Sun Aug 9 20:45:32 1998 Catherine Moore <clm@cygnus.com> + + * config/obj-elf.h: Check for redefinition of obj_frob_symbol. + * config/tc-arm.c: Define S_GET_STORAGE_CLASS and S_SET_STORAGE_CLASS. + (armelf_frob_symbol): New Routine. + * config/tc-arm.h: Define obj_frob_symbol if OBJ_ELF. + +end-sanitize-armelf Sat Aug 8 15:21:28 1998 Richard Henderson <rth@cygnus.com> * config/tc-alpha.c (alpha_fix_adjustable): Don't adjust weak syms. |