X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=ld%2Fldemul.h;fp=ld%2Fldemul.h;h=890107fc68cad99de8e83cb5ba845e00d753a7c4;hp=cc81728609423f8e8958789177e1b8b757fbbdf1;hb=d5da4f291af551c0b8b79e1d4a9b173d60e5c10e;hpb=7b5ea4fcdf2819e070665ab5610f8b48e3867c10 diff --git a/ld/ldemul.h b/ld/ldemul.h index cc81728..890107f 100644 --- a/ld/ldemul.h +++ b/ld/ldemul.h @@ -1,6 +1,6 @@ /* ld-emul.h - Linker emulation header file Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001, - 2002, 2003, 2004, 2005, 2007 + 2002, 2003, 2004, 2005, 2007, 2008 Free Software Foundation, Inc. This file is part of the GNU Binutils. @@ -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. */