mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-04 10:24:13 +00:00
* ld-mmix/bpo-10.d: Tweak for change in symbols handling.
* ld-mmix/bpo-11.d: Ditto. * ld-mmix/b-nosym.d: Adjust for changed output for absence of symbols. * ld-mmix/sec-7m.d: Rename tested section from .debug_info to .di. * ld-mmix/sec-7a.s, ld-mmix/sec-7b.s, ld-mmix/sec-7c.s, ld-mmix/sec-7d.s, ld-mmix/sec-7e.s: Ditto.
This commit is contained in:
parent
6999695c60
commit
156436a5c2
@ -1,3 +1,16 @@
|
||||
2002-08-31 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* ld-mmix/bpo-10.d: Tweak for change in symbols handling.
|
||||
* ld-mmix/bpo-11.d: Ditto.
|
||||
|
||||
* ld-mmix/b-nosym.d: Adjust for changed output for absence of
|
||||
symbols.
|
||||
|
||||
* ld-mmix/sec-7m.d: Rename tested section from .debug_info to
|
||||
.di.
|
||||
* ld-mmix/sec-7a.s, ld-mmix/sec-7b.s, ld-mmix/sec-7c.s,
|
||||
ld-mmix/sec-7d.s, ld-mmix/sec-7e.s: Ditto.
|
||||
|
||||
2002-08-28 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* ld-discard/discard.exp: xfail m6812.
|
||||
|
@ -11,5 +11,8 @@
|
||||
|
||||
.*: file format mmo
|
||||
|
||||
SYMBOL TABLE:
|
||||
no symbols
|
||||
|
||||
Contents of section \.text:
|
||||
0000 e3fd0001 e3fd0004 .*
|
||||
|
@ -19,8 +19,6 @@ SYMBOL TABLE:
|
||||
0+ l d \*ABS\* 0+
|
||||
0+ l d \*ABS\* 0+
|
||||
0+ l \.init 0+ _start
|
||||
0+ g \*ABS\* 0+
|
||||
0+ g \*ABS\* 0+
|
||||
2000000000000000 g \*ABS\* 0+ __bss_start
|
||||
2000000000000000 g \*ABS\* 0+ _edata
|
||||
2000000000000000 g \*ABS\* 0+ _end
|
||||
|
@ -23,7 +23,6 @@ SYMBOL TABLE:
|
||||
0+14 g \.text 0+ x
|
||||
0+10 g \.text 0+ x2
|
||||
2000000000000000 g \*ABS\* 0+ __bss_start
|
||||
0+ g \*ABS\* 0+
|
||||
2000000000000000 g \*ABS\* 0+ _edata
|
||||
2000000000000000 g \*ABS\* 0+ _end
|
||||
0+10 g \.text 0+ _start\.
|
||||
|
@ -1,4 +1,4 @@
|
||||
.section .debug_info
|
||||
.section .di
|
||||
.byte 42
|
||||
.rept 32763
|
||||
.byte 0
|
||||
|
@ -1,4 +1,4 @@
|
||||
.section .debug_info
|
||||
.section .di
|
||||
.byte 44
|
||||
.rept 32764
|
||||
.byte 0
|
||||
|
@ -1,4 +1,4 @@
|
||||
.section .debug_info
|
||||
.section .di
|
||||
.byte 46
|
||||
.rept 32765
|
||||
.byte 0
|
||||
|
@ -1,4 +1,4 @@
|
||||
.section .debug_info
|
||||
.section .di
|
||||
.byte 48
|
||||
.rept 32766
|
||||
.byte 0
|
||||
|
@ -1,4 +1,4 @@
|
||||
.section .debug_info
|
||||
.section .di
|
||||
.byte 50
|
||||
.rept 32767
|
||||
.byte 0
|
||||
|
@ -20,11 +20,11 @@ Sections:
|
||||
Idx Name[ ]+Size[ ]+VMA[ ]+LMA[ ]+File off Algn
|
||||
0 \.text[ ]+0+4 0+ 0+ 0+ 2\*\*2
|
||||
[ ]+CONTENTS, ALLOC, LOAD, CODE
|
||||
1 \.debug_info 0+27ffb 0+ 0+ 0+ 2\*\*2
|
||||
[ ]+CONTENTS, READONLY, DEBUGGING
|
||||
1 \.di 0+27ffb 2000000000000000 2000000000000000 0+ 2\*\*2
|
||||
[ ]+CONTENTS, READONLY
|
||||
Contents of section \.text:
|
||||
0000 e3fd0001[ ]+.*
|
||||
Contents of section \.debug_info:
|
||||
Contents of section \.di:
|
||||
0000 2a000000 00000000 00000000 00000000 .*
|
||||
#...
|
||||
7ff0 00000000 00000000 00000000 2b2c0000 .*
|
||||
|
Loading…
Reference in New Issue
Block a user