diff options
author | Hsinyuan Xavier <TheLastLin@hotmail.com> | 2023-09-27 13:21:43 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-09-27 13:21:43 +0100 |
commit | 193327db9fdd4e37aaf66612532871d756e0760f (patch) | |
tree | 1323518c1ce3702820bd738ca9bb24b73dac334c /ld/ChangeLog | |
parent | da0784f961d8a14890b2a3fa3b5db5820e17deb6 (diff) | |
download | gdb-193327db9fdd4e37aaf66612532871d756e0760f.zip gdb-193327db9fdd4e37aaf66612532871d756e0760f.tar.gz gdb-193327db9fdd4e37aaf66612532871d756e0760f.tar.bz2 |
Fix: Output section type does not been applied to section forced output by `. = .` assignment
PR 30875
* ldlang.c (get_os_init_flag): New function. (exp_init_os, map_input_to_output_sections): Use it.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 99029f1..3e41bdc 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2023-09-27 Hsinyuan Xavier <TheLastLin@hotmail.com> + + PR 30875 + * ldlang.c (get_os_init_flag): New function. + (exp_init_os, map_input_to_output_sections): Use it. + 2023-07-24 Johannes Schauer Marin Rodrigues <josch@debian.org> * pe-dll.c (fill_edata): If inserting a timestamp, use the value |