From cfbd8dfaa6f3b62b0c34ff83f3d8ffed514b4f55 Mon Sep 17 00:00:00 2001 From: Dave Anglin Date: Tue, 11 Feb 2003 02:20:30 +0000 Subject: * hppaelf.em (group_size): Change default back to 1. --- ld/emultempl/hppaelf.em | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld/emultempl/hppaelf.em') diff --git a/ld/emultempl/hppaelf.em b/ld/emultempl/hppaelf.em index 9d593f7..c44b01a 100644 --- a/ld/emultempl/hppaelf.em +++ b/ld/emultempl/hppaelf.em @@ -50,7 +50,7 @@ static int need_laying_out = 0; /* 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 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, and adds millicode library to the list of input files. */ -- cgit v1.1