diff options
author | Nick Clifton <nickc@redhat.com> | 2000-11-02 19:32:47 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-11-02 19:32:47 +0000 |
commit | 37d8bb275baa259bc12f873cc4bf2a4f8ef81af5 (patch) | |
tree | f06648f4f4f5b9466fe60a5d0cd0f20b2ce5dbbb /gas/ChangeLog | |
parent | d75bb8cff629c43a78bb39d87f544f686b0aae2a (diff) | |
download | gdb-37d8bb275baa259bc12f873cc4bf2a4f8ef81af5.zip gdb-37d8bb275baa259bc12f873cc4bf2a4f8ef81af5.tar.gz gdb-37d8bb275baa259bc12f873cc4bf2a4f8ef81af5.tar.bz2 |
Preserve copy of case clobber opcodes so that .req pseudo op works
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a841ee4..b42b97d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,11 +1,20 @@ +2000-11-01 Nick Clifton <nickc@redhat.com> + + * read.c (original_case_string): New global variable. + (read_a_source_file): Copy opcode string into + original_case_string if clobbering the case of the opcode. + * read.h: Export the definition of original_case_string. + * config/tc-arm.c (md_assembler): When parsing a .req + directive use the original opcode string, not the case + clobbered version. + 2000-11-02 Nick Clifton <nickc@redhat.com> * config/tc-mn10300.c (debug_line): Remove this static - varaible. + variable. (md_assemble): Call dwarf2_generate_asm_lineno instead of dwarf2_where and dwarf2_gen_line_info. - 2000-11-02 Theo Honohan <th@futuretv.com> * config/tc-arm.c (do_msr): Improve error message. |