mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* config/tc-ia64.c (generate_unwind_image): Align the fragment
beginning a function's unwind info block.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2001-05-09 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
|
* config/tc-ia64.c (generate_unwind_image): Align the fragment
|
||||||
|
beginning a function's unwind info block.
|
||||||
|
|
||||||
2001-05-09 Alexandre Oliva <aoliva@redhat.com>
|
2001-05-09 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
* config/tc-mn10300.c (md_apply_fix3): Accept PC-relative relocs.
|
* config/tc-mn10300.c (md_apply_fix3): Accept PC-relative relocs.
|
||||||
|
@ -3165,6 +3165,7 @@ generate_unwind_image (text_name)
|
|||||||
SEC_LOAD | SEC_ALLOC | SEC_READONLY);
|
SEC_LOAD | SEC_ALLOC | SEC_READONLY);
|
||||||
|
|
||||||
/* Make sure the section has 8 byte alignment. */
|
/* Make sure the section has 8 byte alignment. */
|
||||||
|
frag_align (3, 0, 0);
|
||||||
record_alignment (now_seg, 3);
|
record_alignment (now_seg, 3);
|
||||||
|
|
||||||
/* Set expression which points to start of unwind descriptor area. */
|
/* Set expression which points to start of unwind descriptor area. */
|
||||||
|
Reference in New Issue
Block a user