aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2003-11-22 04:46:36 +0000
committerAlan Modra <amodra@gmail.com>2003-11-22 04:46:36 +0000
commit9a124774374d378aa1143a2a298f836f0136ee32 (patch)
tree80a9aab4bdf3f2339c79d51f311470584cc45e20 /gas/ChangeLog
parent67c1ffbec916d2c18096f2a285d4f5812f20bd24 (diff)
downloadgdb-9a124774374d378aa1143a2a298f836f0136ee32.zip
gdb-9a124774374d378aa1143a2a298f836f0136ee32.tar.gz
gdb-9a124774374d378aa1143a2a298f836f0136ee32.tar.bz2
* app.c (do_scrub_chars): Revert 2003-04-23 and 2003-04-22.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog18
1 files changed, 11 insertions, 7 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 0a2cb9d..2ae3c1d 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2003-11-22 Alan Modra <amodra@bigpond.net.au>
+
+ * app.c (do_scrub_chars): Revert 2003-04-23 and 2003-04-22.
+
2003-11-21 Kazu Hirata <kazu@cs.umass.edu>
* ecoff.c: Convert to ISO-C.
@@ -83,14 +87,14 @@
* tc-arm.c (mapping_state): New function. Emit a mapping
symbol if necessary.
- (arm_elf_change_section): New function. Intercept section
+ (arm_elf_change_section): New function. Intercept section
changes and generate mapping symbols.
- (s_bss): Likewise.
- (s_arm_elf_cons): Likewise.
- (opcode_select): Choose the correct mapping state.
- (md_assemble): Likewise.
- * tc-arm.h (md_elf_section_change_hook): Define.
- * doc/c-arm.texi (ARM Mapping Symbols): New node.
+ (s_bss): Likewise.
+ (s_arm_elf_cons): Likewise.
+ (opcode_select): Choose the correct mapping state.
+ (md_assemble): Likewise.
+ * tc-arm.h (md_elf_section_change_hook): Define.
+ * doc/c-arm.texi (ARM Mapping Symbols): New node.
* NEWS: Mention new feature.
2003-11-12 Daniel Jacobowitz <drow@mvista.com>