mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 23:32:21 +08:00
bfd/
* elf-eh-frame.c (make_pc_relative): New function. (_bfd_elf_write_section_eh_frame): Use it. ld/testsuite/ * ld-mips-elf/eh-frame1-n32.d: Expect PC-relative encodings to include DW_EH_PE_sdata4. * ld-mips-elf/eh-frame2-n32.d: Likewise. * ld-mips-elf/eh-frame1-n64.d: Expect PC-relative encodings to include DW_EH_PE_sdata8. * ld-mips-elf/eh-frame2-n64.d: Likewise.
This commit is contained in:
@ -25,7 +25,7 @@ Contents of the \.eh_frame section:
|
||||
Code alignment factor: 1
|
||||
Data alignment factor: 4
|
||||
Return address column: 31
|
||||
Augmentation data: 10
|
||||
Augmentation data: 1b
|
||||
|
||||
DW_CFA_advance_loc: 0 to 00000000
|
||||
DW_CFA_advance_loc: 0 to 00000000
|
||||
@ -65,7 +65,7 @@ Contents of the \.eh_frame section:
|
||||
Code alignment factor: 1
|
||||
Data alignment factor: 4
|
||||
Return address column: 31
|
||||
Augmentation data: 10 00 00 00 00 00
|
||||
Augmentation data: 1b 00 00 00 00 00
|
||||
|
||||
DW_CFA_advance_loc: 0 to 00000000
|
||||
DW_CFA_advance_loc: 0 to 00000000
|
||||
@ -108,7 +108,7 @@ Contents of the \.eh_frame section:
|
||||
Code alignment factor: 1
|
||||
Data alignment factor: 4
|
||||
Return address column: 31
|
||||
Augmentation data: 00 00 00 00 00 10
|
||||
Augmentation data: 00 00 00 00 00 1b
|
||||
|
||||
DW_CFA_advance_loc: 0 to 00000000
|
||||
|
||||
|
@ -41,7 +41,7 @@ Contents of the \.eh_frame section:
|
||||
Code alignment factor: 1
|
||||
Data alignment factor: 4
|
||||
Return address column: 31
|
||||
Augmentation data: 10
|
||||
Augmentation data: 1c
|
||||
|
||||
DW_CFA_advance_loc: 0 to 00000000
|
||||
DW_CFA_advance_loc: 0 to 00000000
|
||||
@ -105,7 +105,7 @@ Contents of the \.eh_frame section:
|
||||
Code alignment factor: 1
|
||||
Data alignment factor: 4
|
||||
Return address column: 31
|
||||
Augmentation data: 10 00 00 00 00 00 00 00 00 00
|
||||
Augmentation data: 1c 00 00 00 00 00 00 00 00 00
|
||||
|
||||
DW_CFA_advance_loc: 0 to 00000000
|
||||
DW_CFA_advance_loc: 0 to 00000000
|
||||
@ -172,7 +172,7 @@ Contents of the \.eh_frame section:
|
||||
Code alignment factor: 1
|
||||
Data alignment factor: 4
|
||||
Return address column: 31
|
||||
Augmentation data: 00 00 00 00 00 00 00 00 00 10
|
||||
Augmentation data: 00 00 00 00 00 00 00 00 00 1c
|
||||
|
||||
DW_CFA_advance_loc: 0 to 00000000
|
||||
DW_CFA_advance_loc: 0 to 00000000
|
||||
|
@ -25,7 +25,7 @@ Contents of the \.eh_frame section:
|
||||
Code alignment factor: 1
|
||||
Data alignment factor: 4
|
||||
Return address column: 31
|
||||
Augmentation data: 10
|
||||
Augmentation data: 1b
|
||||
|
||||
DW_CFA_nop
|
||||
DW_CFA_nop
|
||||
@ -65,7 +65,7 @@ Contents of the \.eh_frame section:
|
||||
Code alignment factor: 1
|
||||
Data alignment factor: 4
|
||||
Return address column: 31
|
||||
Augmentation data: 10 00 00 00 00 00
|
||||
Augmentation data: 1b 00 00 00 00 00
|
||||
|
||||
DW_CFA_nop
|
||||
|
||||
@ -104,7 +104,7 @@ Contents of the \.eh_frame section:
|
||||
Code alignment factor: 1
|
||||
Data alignment factor: 4
|
||||
Return address column: 31
|
||||
Augmentation data: 00 00 00 00 00 10
|
||||
Augmentation data: 00 00 00 00 00 1b
|
||||
|
||||
DW_CFA_nop
|
||||
|
||||
|
@ -41,7 +41,7 @@ Contents of the \.eh_frame section:
|
||||
Code alignment factor: 1
|
||||
Data alignment factor: 4
|
||||
Return address column: 31
|
||||
Augmentation data: 10
|
||||
Augmentation data: 1c
|
||||
|
||||
DW_CFA_nop
|
||||
DW_CFA_nop
|
||||
@ -105,7 +105,7 @@ Contents of the \.eh_frame section:
|
||||
Code alignment factor: 1
|
||||
Data alignment factor: 4
|
||||
Return address column: 31
|
||||
Augmentation data: 10 00 00 00 00 00 00 00 00 00
|
||||
Augmentation data: 1c 00 00 00 00 00 00 00 00 00
|
||||
|
||||
DW_CFA_nop
|
||||
DW_CFA_nop
|
||||
@ -164,7 +164,7 @@ Contents of the \.eh_frame section:
|
||||
Code alignment factor: 1
|
||||
Data alignment factor: 4
|
||||
Return address column: 31
|
||||
Augmentation data: 00 00 00 00 00 00 00 00 00 10
|
||||
Augmentation data: 00 00 00 00 00 00 00 00 00 1c
|
||||
|
||||
DW_CFA_nop
|
||||
DW_CFA_nop
|
||||
|
Reference in New Issue
Block a user