mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 10:42:22 +08:00
remove maxq-coff port
This commit is contained in:
@ -1,21 +0,0 @@
|
||||
.*: +file format .*
|
||||
|
||||
Disassembly of section .text:
|
||||
|
||||
00000000 <_main>:
|
||||
0: 78 56 [ ]*MOVE 56h, #78h
|
||||
...
|
||||
|
||||
00000004 <_buf1>:
|
||||
4: 34 12 [ ]*MOVE 12h, #34h
|
||||
...
|
||||
|
||||
00000008 <_start>:
|
||||
8: 3a da [ ]*NOP
|
||||
a: 3a da [ ]*NOP
|
||||
c: 00 0b [ ]*MOVE PFX\[0\], #00h
|
||||
e: 03 09 [ ]*MOVE A\[0\], #03h
|
||||
10: 00 0b [ ]*MOVE PFX\[0\], #00h
|
||||
12: 01 09 [ ]*MOVE A\[0\], #01h
|
||||
14: fa 3d [ ]*CALL #fah
|
||||
16: f8 3d [ ]*CALL #f8h
|
@ -1,16 +0,0 @@
|
||||
; Addend check testcases
|
||||
; inderpreetb@noida.hcltech.com
|
||||
.global _main
|
||||
_main:
|
||||
_buf0:
|
||||
.long 0x5678
|
||||
_buf1:
|
||||
.long 0x1234
|
||||
_start:
|
||||
nop
|
||||
nop
|
||||
move A[0], _buf1+2
|
||||
move A[0], _buf1-2
|
||||
call _buf0+8
|
||||
call _buf1+2
|
||||
|
@ -1,16 +0,0 @@
|
||||
.*: +file format .*
|
||||
|
||||
Disassembly of section .text:
|
||||
|
||||
00000000 <main>:
|
||||
0: 12 09 [ ]*MOVE A\[0\], #12h
|
||||
2: 3a da [ ]*NOP
|
||||
4: 3a da [ ]*NOP
|
||||
...
|
||||
Disassembly of section .data:
|
||||
|
||||
0000a000 <lb>:
|
||||
a000: 23 00 [ ]*MOVE 00h, #23h
|
||||
|
||||
0000a002 <plc>:
|
||||
a002: 00 a0 [ ]*MOVE 20h, 00h
|
@ -1,14 +0,0 @@
|
||||
.text
|
||||
main:
|
||||
|
||||
move A[0], #12h
|
||||
nop
|
||||
nop
|
||||
|
||||
|
||||
|
||||
.data
|
||||
|
||||
lb: .word 0x23
|
||||
plc: .word lb
|
||||
|
@ -1,18 +0,0 @@
|
||||
.*: +file format .*
|
||||
|
||||
Disassembly of section .text:
|
||||
|
||||
00000000 <main>:
|
||||
0: 12 09 MOVE A\[0\], #12h
|
||||
2: 3a da NOP
|
||||
4: 3a da NOP
|
||||
...
|
||||
Disassembly of section .data:
|
||||
|
||||
0000a000 <lb>:
|
||||
a000: 23 00 MOVE 00h, #23h
|
||||
...
|
||||
|
||||
0000a004 <plc>:
|
||||
a004: 00 a0 MOVE 20h, 00h
|
||||
...
|
@ -1,10 +0,0 @@
|
||||
.text
|
||||
main:
|
||||
|
||||
move A[0], #12h
|
||||
nop
|
||||
nop
|
||||
.data
|
||||
|
||||
lb: .long 0x23
|
||||
plc: .long lb
|
@ -1,20 +0,0 @@
|
||||
; Test the intersegment relocation
|
||||
; Inderpreetb@noida.hcltech.com
|
||||
|
||||
.global _start
|
||||
.extern _main
|
||||
_start:
|
||||
call _main
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
.global _exit
|
||||
_exit:
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
.global _abort
|
||||
_abort:
|
||||
nop
|
||||
nop
|
@ -1,13 +0,0 @@
|
||||
;
|
||||
; test the intersegment relocation
|
||||
; inderpreetb@noida.hcltech.com
|
||||
.extern _start
|
||||
.extern _abort
|
||||
.extern _exit
|
||||
.global _main
|
||||
_main:
|
||||
call _exit
|
||||
call _abort
|
||||
ljump _abort
|
||||
ljump _exit
|
||||
|
@ -1,31 +0,0 @@
|
||||
.*: +file format .*
|
||||
|
||||
Disassembly of section .text:
|
||||
|
||||
00000000 <_start>:
|
||||
0: 00 0b [ ]*MOVE PFX\[0\], #00h
|
||||
2: 0c 3d [ ]*CALL #0ch
|
||||
4: 3a da [ ]*NOP
|
||||
6: 3a da [ ]*NOP
|
||||
8: 3a da [ ]*NOP
|
||||
a: 3a da [ ]*NOP
|
||||
|
||||
0000000c <_exit>:
|
||||
c: 3a da [ ]*NOP
|
||||
e: 3a da [ ]*NOP
|
||||
10: 3a da [ ]*NOP
|
||||
|
||||
00000012 <_abort>:
|
||||
12: 3a da [ ]*NOP
|
||||
14: 3a da [ ]*NOP
|
||||
...
|
||||
|
||||
00000018 <_main>:
|
||||
18: 00 0b [ ]*MOVE PFX\[0\], #00h
|
||||
1a: 06 3d [ ]*CALL #06h
|
||||
1c: 00 0b [ ]*MOVE PFX\[0\], #00h
|
||||
1e: 09 3d [ ]*CALL #09h
|
||||
20: 00 0b [ ]*MOVE PFX\[0\], #00h
|
||||
22: 09 0c [ ]*JUMP #09h
|
||||
24: 00 0b [ ]*MOVE PFX\[0\], #00h
|
||||
26: 06 0c [ ]*JUMP #06h
|
Reference in New Issue
Block a user