X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fconfig%2Fe-i386elf.c;h=df9e3854ee27fca16421cdc80fbfeb64c9bb5d60;hb=6eb7d83039db70127a6eb3e4b64ecae782c42f00;hp=a16701e811e1857891b6d3bd742eaf5b1ea05ad4;hpb=27e232885db363fb545fd2f450e72d929e59b8f6;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/config/e-i386elf.c b/gas/config/e-i386elf.c index a16701e811..df9e3854ee 100644 --- a/gas/config/e-i386elf.c +++ b/gas/config/e-i386elf.c @@ -1,8 +1,29 @@ +/* Copyright (C) 2007-2016 Free Software Foundation, Inc. + + This file is part of GAS, the GNU Assembler. + + GAS 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 3, or (at your option) + any later version. + + GAS 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. + + You should have received a copy of the GNU General Public License + along with GAS; see the file COPYING. If not, write to the Free + Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA + 02110-1301, USA. */ + #include "as.h" #include "emul.h" +static const char *i386elf_bfd_name (void); + static const char * -i386elf_bfd_name () +i386elf_bfd_name (void) { abort (); return NULL;