2006-01-04 Paul Brook <paul@codesourcery.com>

* m68k/bcc.ld: Add .got.plt and .got
        * m68k/idp.ld: Ditto.
        * m68k/idpgdb: Ditto.
        * m68k/mvme135.ld: Ditto.
        * m68k/sbc5204.ld: Ditto.
        * m68k/sbc5206.ld: Ditto.
        * m68k/sim.ld: Ditto.
This commit is contained in:
Jeff Johnston 2006-01-04 21:30:52 +00:00
parent 791c9bda57
commit ab7eaf6971
9 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,13 @@
2006-01-04 Paul Brook <paul@codesourcery.com>
* m68k/bcc.ld: Add .got.plt and .got
* m68k/idp.ld: Ditto.
* m68k/idpgdb: Ditto.
* m68k/mvme135.ld: Ditto.
* m68k/sbc5204.ld: Ditto.
* m68k/sbc5206.ld: Ditto.
* m68k/sim.ld: Ditto.
2005-12-13 DJ Delorie <dj@redhat.com>
* m32c/crt0.S: Add support for preinit, init, and fini arrays, and

View File

@ -99,6 +99,7 @@ SECTIONS
.data :
{
*(.got.plt) *(.got)
*(.shdata)
*(.data .data.*)
_edata = .;

View File

@ -118,6 +118,7 @@ SECTIONS
.data :
{
*(.got.plt) *(.got)
*(.shdata)
*(.data .data.*)
_edata = .;

View File

@ -118,6 +118,7 @@ SECTIONS
.data :
{
*(.got.plt) *(.got)
*(.shdata)
*(.data .data.*)
_edata = .;

View File

@ -100,6 +100,7 @@ SECTIONS
.data :
{
*(.got.plt) *(.got)
*(.shdata)
*(.data .data.*)
_edata = .;

View File

@ -101,6 +101,7 @@ SECTIONS
.data :
{
*(.got.plt) *(.got)
*(.shdata)
*(.data .data.*)
_edata = .;

View File

@ -99,6 +99,7 @@ SECTIONS
.data :
{
*(.got.plt) *(.got)
*(.shdata)
*(.data .data.*)
_edata = .;

View File

@ -99,6 +99,7 @@ SECTIONS
.data :
{
*(.got.plt) *(.got)
*(.shdata)
*(.data .data.*)
_edata = .;

View File

@ -59,6 +59,7 @@ SECTIONS
.data :
{
*(.got.plt) *(.got)
*(.shdata)
*(.data .data.*)
_edata = .;