diff options
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config/alpha/linux-elf.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6b0f412..be6b7d9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2003-01-16 Richard Henderson <rth@redhat.com> + * config/alpha/linux-elf.h (LIB_SPEC): Adjust inter-option spacing. + +2003-01-16 Richard Henderson <rth@redhat.com> + * config/alpha/alpha.c (alpha_sr_alias_set): Mark GTY. (alpha_next_sequence_number): Likewise. (alpha_this_literal_sequence_number): Likewise. diff --git a/gcc/config/alpha/linux-elf.h b/gcc/config/alpha/linux-elf.h index 49f5181..f12cb63 100644 --- a/gcc/config/alpha/linux-elf.h +++ b/gcc/config/alpha/linux-elf.h @@ -45,5 +45,5 @@ Boston, MA 02111-1307, USA. */ #ifndef USE_GNULIBC_1 #undef LIB_SPEC #define LIB_SPEC \ -"%{pthread:-lpthread }%{shared:-lc}%{!shared:%{profile:-lc_p}%{!profile:-lc}} " +"%{pthread:-lpthread} %{shared:-lc}%{!shared:%{profile:-lc_p}%{!profile:-lc}} " #endif |
