X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=ld%2Fldemul.h;h=890107fc68cad99de8e83cb5ba845e00d753a7c4;hb=28a0b48c4849f00a1ea2fd2edbb7417574547e66;hp=44538d15a63fc19d862eaa8595ffe8890065c79d;hpb=046183de0ebe379c1ec11188000bb6e0f64a9e0e;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/ldemul.h b/ld/ldemul.h index 44538d15a6..890107fc68 100644 --- a/ld/ldemul.h +++ b/ld/ldemul.h @@ -1,19 +1,24 @@ /* ld-emul.h - Linker emulation header file Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001, - 2002, 2003, 2004, 2005 + 2002, 2003, 2004, 2005, 2007, 2008 Free Software Foundation, Inc. - This file is part of GLD, the Gnu Linker. + This file is part of the GNU Binutils. - GLD is free software; you can redistribute it and/or modify + This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 1, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. - GLD is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. */ + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, + MA 02110-1301, USA. */ #ifndef LDEMUL_H #define LDEMUL_H @@ -53,8 +58,8 @@ extern void ldemul_set_symbols (void); extern void ldemul_create_output_section_statements (void); -extern bfd_boolean ldemul_place_orphan - (struct lang_input_statement_struct *, 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 @@ -146,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) - (struct lang_input_statement_struct *, 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. */