aboutsummaryrefslogtreecommitdiff
path: root/ld/ldemul.h
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ldemul.h')
-rw-r--r--ld/ldemul.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ld/ldemul.h b/ld/ldemul.h
index cc81728..8c68a88 100644
--- a/ld/ldemul.h
+++ b/ld/ldemul.h
@@ -58,8 +58,8 @@ extern void ldemul_set_symbols
(void);
extern void ldemul_create_output_section_statements
(void);
-extern bfd_boolean ldemul_place_orphan
- (asection *);
+extern lang_output_section_statement_type *ldemul_place_orphan
+ (asection *, const char *, int);
extern bfd_boolean ldemul_parse_args
(int, char **);
extern void ldemul_add_options
@@ -151,8 +151,8 @@ typedef struct ld_emulation_xfer_struct {
/* Place an orphan section. Return TRUE if it was placed, FALSE if
the default action should be taken. This field may be NULL, in
which case the default action will always be taken. */
- bfd_boolean (*place_orphan)
- (asection *);
+ lang_output_section_statement_type *(*place_orphan)
+ (asection *, const char *, int);
/* Run after assigning parsing with the args, but before
reading the script. Used to initialize symbols used in the script. */