From f6ce93d6e999d1a0c450c5e71c5b3468e6217f0a Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 6 Nov 2006 22:46:08 +0000 Subject: Split Object into Dynobj and Relobj, incorporate elfcpp swapping changes. --- gold/layout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gold/layout.h') 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 Output_section* - layout(Object *object, unsigned int shndx, const char* name, + layout(Relobj *object, unsigned int shndx, const char* name, const elfcpp::Shdr& shdr, off_t* offset); // Add an Output_section_data to the layout. This is used for -- cgit v1.2.1