Browse Source
2002-09-18 Chris Demetriou <cgd@broadcom.com>
* config/tc-mips.c (md_apply_fix3): Just return for BFD_RELOC_8.
[ gas/testsuite/ChangeLog ]
2002-09-18 Chris Demetriou <cgd@broadcom.com>
* gas/mips/baddata1.s: New file.
* gas/mips/baddata1.l: New file.
* gas/mips/mips.exp: Run new test.
drow-cplus-branch
5 changed files with 27 additions and 0 deletions
@ -0,0 +1,3 @@ |
|||
.*: Assembler messages: |
|||
.*:8: Error: Can not represent BFD_RELOC_8 relocation in this object file format |
|||
.*:9: Error: Can not represent BFD_RELOC_8 relocation in this object file format |
|||
@ -0,0 +1,9 @@ |
|||
# Source file used to some bad data declarations. |
|||
|
|||
.globl x |
|||
|
|||
.data |
|||
foo: |
|||
# no way these are going to hold the pointers. |
|||
.byte x |
|||
.byte x+1 |
|||
Loading…
Reference in new issue