summaryrefslogtreecommitdiffstats
path: root/gold/layout.h
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2006-11-06 22:46:08 +0000
committerIan Lance Taylor <iant@google.com>2006-11-06 22:46:08 +0000
commitf6ce93d6e999d1a0c450c5e71c5b3468e6217f0a (patch)
tree945ecd482d35d1c2a590645ef3d5f41fb83dcc4b /gold/layout.h
parent8d9455b422d98d97f090923445aa2680e6882f20 (diff)
downloadppe42-binutils-f6ce93d6e999d1a0c450c5e71c5b3468e6217f0a.tar.gz
ppe42-binutils-f6ce93d6e999d1a0c450c5e71c5b3468e6217f0a.zip
Split Object into Dynobj and Relobj, incorporate elfcpp swapping changes.
Diffstat (limited to 'gold/layout.h')
-rw-r--r--gold/layout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/layout.h b/gold/layout.h
index c96d47da10..bb2b644bd6 100644
--- a/gold/layout.h
+++ b/gold/layout.h
@@ -70,7 +70,7 @@ class Layout
// output section.
template<int size, bool big_endian>
Output_section*
- layout(Object *object, unsigned int shndx, const char* name,
+ layout(Relobj *object, unsigned int shndx, const char* name,
const elfcpp::Shdr<size, big_endian>& shdr, off_t* offset);
// Add an Output_section_data to the layout. This is used for
OpenPOWER on IntegriCloud