diff options
author | Stan Cox <scox@redhat.com> | 2002-08-17 15:09:29 +0000 |
---|---|---|
committer | Stan Cox <scox@redhat.com> | 2002-08-17 15:09:29 +0000 |
commit | cca86cc8d6e749bf054aaf3354322f6429be13d3 (patch) | |
tree | c5c65ad5c75d2c45a32275937077e98df2ae7b10 /gas/ChangeLog | |
parent | b4671f856bd5aa0846faf528493fae41a8127d01 (diff) | |
download | gdb-cca86cc8d6e749bf054aaf3354322f6429be13d3.zip gdb-cca86cc8d6e749bf054aaf3354322f6429be13d3.tar.gz gdb-cca86cc8d6e749bf054aaf3354322f6429be13d3.tar.bz2 |
* config/obj-elf.c (obj_elf_change_section): Make non-static.
config/tc-mips.c (s_change_section): New function to support
IRIX .section pseudo-op.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 1b92555..c865ccd 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2002-08-17 Stan Cox <scox@redhat.com> + + * config/obj-elf.c (obj_elf_change_section): Make non-static. + config/tc-mips.c (s_change_section): New function to support + IRIX .section pseudo-op. + 2002-08-16 Nick Clifton <nickc@redhat.com> * config/tc-v850.c (md_assemble): Fix assembling of "callt 0x3f". |