diff options
author | Nick Clifton <nickc@redhat.com> | 2002-08-22 17:27:20 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-08-22 17:27:20 +0000 |
commit | ed71e1110daa51fb1e40bf98ab7b27768be6a123 (patch) | |
tree | 16d35c46d831e6f5422d2dbf52cea1670a5d6f25 /gas/config/tc-arm.c | |
parent | dfe0d3fe28b8e6f9e8a43c9aabc09db723b52fc8 (diff) | |
download | gdb-ed71e1110daa51fb1e40bf98ab7b27768be6a123.zip gdb-ed71e1110daa51fb1e40bf98ab7b27768be6a123.tar.gz gdb-ed71e1110daa51fb1e40bf98ab7b27768be6a123.tar.bz2 |
Add sh-nto support
Diffstat (limited to 'gas/config/tc-arm.c')
-rw-r--r-- | gas/config/tc-arm.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index 7085a2f..d2d7034 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -2228,7 +2228,7 @@ add_to_lit_pool () { if (entry >= MAX_LITERAL_POOL_SIZE) { - inst.error = _("Literal Pool Overflow"); + inst.error = _("literal pool overflow"); return FAIL; } @@ -10265,7 +10265,7 @@ tc_gen_reloc (section, fixp) /* If this is called then the a literal has been referenced across a section boundary. */ as_bad_where (fixp->fx_file, fixp->fx_line, - _("Literal referenced across section boundary")); + _("literal referenced across section boundary")); return NULL; #ifdef OBJ_ELF @@ -10512,7 +10512,6 @@ md_assemble (str) -k Generate PIC code -mthumb Start in Thumb mode -mthumb-interwork Code supports ARM/Thumb interworking - -mimplicit-litpool-dump Dump literal pool on section change For now we will also provide support for: |