* gas/mips/branch-misc-2.s: Add branch to symbol in another

section.
* gas/mips/branch-misc-2.l: Update error messages and warnings.
This commit is contained in:
Alexandre Oliva 2003-03-12 23:07:22 +00:00
parent 0b25d3e680
commit d17b874b6c
3 changed files with 19 additions and 8 deletions

View file

@ -1,3 +1,9 @@
2003-03-12 Alexandre Oliva <aoliva@redhat.com>
* gas/mips/branch-misc-2.s: Add branch to symbol in another
section.
* gas/mips/branch-misc-2.l: Update error messages and warnings.
2003-03-12 Alexandre Oliva <aoliva@redhat.com>
* Reverted previous patch.

View file

@ -1,9 +1,10 @@
.*: Assembler messages:
.*:21: Error: Can not represent BFD_RELOC_16_PCREL_S2 relocation in this object file format
.*:22: Error: Can not represent BFD_RELOC_16_PCREL_S2 relocation in this object file format
.*:23: Error: Can not represent BFD_RELOC_16_PCREL_S2 relocation in this object file format
.*:24: Error: Can not represent BFD_RELOC_16_PCREL_S2 relocation in this object file format
.*:25: Error: Can not represent BFD_RELOC_16_PCREL_S2 relocation in this object file format
.*:26: Error: Can not represent BFD_RELOC_16_PCREL_S2 relocation in this object file format
.*:35: Error: Can not represent BFD_RELOC_16_PCREL_S2 relocation in this object file format
.*:36: Error: Can not represent BFD_RELOC_16_PCREL_S2 relocation in this object file format
.*:21: Warning: Pretending global symbol used as branch target is local.
.*:22: Warning: Pretending global symbol used as branch target is local.
.*:23: Warning: Pretending global symbol used as branch target is local.
.*:24: Warning: Pretending global symbol used as branch target is local.
.*:25: Warning: Pretending global symbol used as branch target is local.
.*:26: Warning: Pretending global symbol used as branch target is local.
.*:35: Error: Cannot branch to undefined symbol.
.*:36: Error: Cannot branch to undefined symbol.
.*:37: Error: Cannot branch to symbol in another section.

View file

@ -34,6 +34,10 @@ g6:
b x1
b x2
b .Ldata
# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
.space 8
.data
.Ldata: