From 593f47df457d5e059f49b1ce62d1b51d4a7cc3e4 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 3 Nov 2006 18:38:43 +0000 Subject: gcc 3.2.2 portability hacks. --- gold/symtab.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gold/symtab.h') diff --git a/gold/symtab.h b/gold/symtab.h index 40a9e57..2fa3396 100644 --- a/gold/symtab.h +++ b/gold/symtab.h @@ -507,7 +507,8 @@ class Symbol_table // Define a special symbol. template Sized_symbol* - define_special_symbol(Target* target, const char* name, bool only_if_ref); + define_special_symbol(Target* target, const char* name, bool only_if_ref + ACCEPT_SIZE_ENDIAN); // Define a special symbol based on an Output_data. It is a // multiple definition error if this symbol is already defined. -- cgit v1.1