mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
* hppaelf.em (group_size): Change default back to 1.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2003-02-10 John Daivid Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||||
|
|
||||||
|
* hppaelf.em (group_size): Change default back to 1.
|
||||||
|
|
||||||
2003-02-09 Alan Modra <amodra@bigpond.net.au>
|
2003-02-09 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* emultempl/ppc64elf.em: Add "no-tls-optimize" option and support code.
|
* emultempl/ppc64elf.em: Add "no-tls-optimize" option and support code.
|
||||||
|
@ -50,7 +50,7 @@ static int need_laying_out = 0;
|
|||||||
/* Maximum size of a group of input sections that can be handled by
|
/* Maximum size of a group of input sections that can be handled by
|
||||||
one stub section. A value of +/-1 indicates the bfd back-end
|
one stub section. A value of +/-1 indicates the bfd back-end
|
||||||
should use a suitable default size. */
|
should use a suitable default size. */
|
||||||
static bfd_signed_vma group_size = -1;
|
static bfd_signed_vma group_size = 1;
|
||||||
|
|
||||||
/* Stops the linker merging .text sections on a relocatable link,
|
/* Stops the linker merging .text sections on a relocatable link,
|
||||||
and adds millicode library to the list of input files. */
|
and adds millicode library to the list of input files. */
|
||||||
|
Reference in New Issue
Block a user