mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 14:59:31 +08:00
* coff-go32.c: Set the alignment of dwarf2 linkonce sections to 0.
* coff-stgo32.c: Likewise.
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
2001-08-21 Mark Elbrecht <snowball3@bigfoot.com>
|
2001-08-21 Mark Elbrecht <snowball3@bigfoot.com>
|
||||||
|
|
||||||
* coff-go32.c: Make DWARF2 sections use an alignment of 0.
|
* coff-go32.c: Make DWARF2 sections use an alignment of 0. Set
|
||||||
|
the alignment of dwarf2 linkonce sections to 0.
|
||||||
* coff-sto32.c: Likewise.
|
* coff-sto32.c: Likewise.
|
||||||
|
|
||||||
2001-08-20 Andreas Jaeger <aj@suse.de>
|
2001-08-20 Andreas Jaeger <aj@suse.de>
|
||||||
|
@ -38,6 +38,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||||||
{ COFF_SECTION_NAME_PARTIAL_MATCH (".gnu.linkonce.r"), \
|
{ COFF_SECTION_NAME_PARTIAL_MATCH (".gnu.linkonce.r"), \
|
||||||
COFF_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 4 }, \
|
COFF_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 4 }, \
|
||||||
{ COFF_SECTION_NAME_PARTIAL_MATCH (".debug"), \
|
{ COFF_SECTION_NAME_PARTIAL_MATCH (".debug"), \
|
||||||
|
COFF_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 0 }, \
|
||||||
|
{ COFF_SECTION_NAME_PARTIAL_MATCH (".gnu.linkonce.wi"), \
|
||||||
COFF_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 0 }
|
COFF_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 0 }
|
||||||
|
|
||||||
#include "coff-i386.c"
|
#include "coff-i386.c"
|
||||||
|
@ -49,6 +49,8 @@
|
|||||||
{ COFF_SECTION_NAME_EXACT_MATCH (".text"), \
|
{ COFF_SECTION_NAME_EXACT_MATCH (".text"), \
|
||||||
COFF_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 4 }, \
|
COFF_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 4 }, \
|
||||||
{ COFF_SECTION_NAME_PARTIAL_MATCH (".debug"), \
|
{ COFF_SECTION_NAME_PARTIAL_MATCH (".debug"), \
|
||||||
|
COFF_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 0 } \
|
||||||
|
{ COFF_SECTION_NAME_PARTIAL_MATCH (".gnu.linkonce.wi"), \
|
||||||
COFF_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 0 }
|
COFF_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 0 }
|
||||||
|
|
||||||
#include "bfd.h"
|
#include "bfd.h"
|
||||||
|
Reference in New Issue
Block a user