diff options
Diffstat (limited to 'ld/ldemul.c')
-rw-r--r-- | ld/ldemul.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/ldemul.c b/ld/ldemul.c index 567e8ac..826129d 100644 --- a/ld/ldemul.c +++ b/ld/ldemul.c @@ -119,12 +119,12 @@ ldemul_open_dynamic_archive (const char *arch, search_dirs_type *search, return FALSE; } -bfd_boolean +lang_output_section_statement_type * ldemul_place_orphan (asection *s, const char *name, int constraint) { if (ld_emulation->place_orphan) return (*ld_emulation->place_orphan) (s, name, constraint); - return FALSE; + return NULL; } void |