summaryrefslogtreecommitdiff
path: root/gold/layout.h
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2008-02-29 19:19:17 +0000
committerIan Lance Taylor <iant@google.com>2008-02-29 19:19:17 +0000
commit54b474a352533161c960d72b8816c9701df89bc4 (patch)
tree35b58f14d514479c66e6eeb27412a45abd05a387 /gold/layout.h
parent373ebc5b5c3c2101bb198e8baa9c5102daf1ff9c (diff)
downloadbinutils-redhat-54b474a352533161c960d72b8816c9701df89bc4.tar.gz
Remove gcc 3.2 compatibility hacks.
Diffstat (limited to 'gold/layout.h')
-rw-r--r--gold/layout.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gold/layout.h b/gold/layout.h
index d1caa2cb37..100518305e 100644
--- a/gold/layout.h
+++ b/gold/layout.h
@@ -434,8 +434,7 @@ class Layout
const Symbol_table*,
unsigned int local_symcount,
const std::vector<Symbol*>& dynamic_symbols,
- const Output_section* dynstr
- ACCEPT_SIZE_ENDIAN);
+ const Output_section* dynstr);
// Return whether to include this section in the link.
template<int size, bool big_endian>