diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2025-09-04 17:56:01 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-04 17:56:01 -0700 |
| commit | 61a38830b94c28b3fcead3e22161c3dd621d25c9 (patch) | |
| tree | 8ae9664d2feae319bb7da12ddd7cc7e06751f1ae /tools/asm-processor/tests/test2.objdump | |
| parent | a4d5910cdb9bed05fa5aea4476a3cf4ef178be06 (diff) | |
* git subrepo pull tools/asm-processor
subrepo:
subdir: "tools/asm-processor"
merged: "5c3984fc"
upstream:
origin: "git@github.com:simonlindholm/asm-processor.git"
branch: "main"
commit: "5c3984fc"
git-subrepo:
version: "0.4.9"
origin: "git@github.com:ingydotnet/git-subrepo.git"
commit: "ea10886"
* Fix things needed for new spimdisasm release
Diffstat (limited to 'tools/asm-processor/tests/test2.objdump')
| -rw-r--r-- | tools/asm-processor/tests/test2.objdump | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/asm-processor/tests/test2.objdump b/tools/asm-processor/tests/test2.objdump index 276ed9f..968b7d0 100644 --- a/tools/asm-processor/tests/test2.objdump +++ b/tools/asm-processor/tests/test2.objdump @@ -11,12 +11,12 @@ SYMBOL TABLE: 00000010 g O .rodata 00000001 buf3 00000044 g F .text 0000007c func3 000000c4 g F .text 00000000 jumptarget -000000c0 g F .text 0000000c func4 +000000c0 g F .text 0000002c func4 0000004c g .rodata 00000000 rv RELOCATION RECORDS FOR [.text]: -OFFSET TYPE VALUE +OFFSET TYPE VALUE 00000000 R_MIPS_HI16 .rodata 00000008 R_MIPS_LO16 .rodata 0000001c R_MIPS_HI16 .rodata @@ -30,7 +30,7 @@ OFFSET TYPE VALUE RELOCATION RECORDS FOR [.rodata]: -OFFSET TYPE VALUE +OFFSET TYPE VALUE 0000002c R_MIPS_32 .text 00000030 R_MIPS_32 .text 00000034 R_MIPS_32 .text |
