| OLD | NEW |
| 1 /* i370-specific support for 32-bit ELF | 1 /* i370-specific support for 32-bit ELF |
| 2 Copyright 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, | 2 Copyright 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, |
| 3 2005, 2006, 2007, 2008, 2010, 2011 Free Software Foundation, Inc. | 3 2005, 2006, 2007, 2008, 2010, 2011, 2012 Free Software Foundation, Inc. |
| 4 Written by Ian Lance Taylor, Cygnus Support. | 4 Written by Ian Lance Taylor, Cygnus Support. |
| 5 Hacked by Linas Vepstas for i370 linas@linas.org | 5 Hacked by Linas Vepstas for i370 linas@linas.org |
| 6 | 6 |
| 7 This file is part of BFD, the Binary File Descriptor library. | 7 This file is part of BFD, the Binary File Descriptor library. |
| 8 | 8 |
| 9 This program is free software; you can redistribute it and/or modify | 9 This program is free software; you can redistribute it and/or modify |
| 10 it under the terms of the GNU General Public License as published by | 10 it under the terms of the GNU General Public License as published by |
| 11 the Free Software Foundation; either version 3 of the License, or | 11 the Free Software Foundation; either version 3 of the License, or |
| 12 (at your option) any later version. | 12 (at your option) any later version. |
| 13 | 13 |
| (...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 410 to create .dynbss and .rela.bss). */ | 410 to create .dynbss and .rela.bss). */ |
| 411 /* XXX hack alert bogus This routine is mostly all junk and almost | 411 /* XXX hack alert bogus This routine is mostly all junk and almost |
| 412 certainly does the wrong thing. Its here simply because it does | 412 certainly does the wrong thing. Its here simply because it does |
| 413 just enough to allow glibc-2.1 ld.so to compile & link. */ | 413 just enough to allow glibc-2.1 ld.so to compile & link. */ |
| 414 | 414 |
| 415 static bfd_boolean | 415 static bfd_boolean |
| 416 i370_elf_create_dynamic_sections (bfd *abfd, struct bfd_link_info *info) | 416 i370_elf_create_dynamic_sections (bfd *abfd, struct bfd_link_info *info) |
| 417 { | 417 { |
| 418 asection *s; | 418 asection *s; |
| 419 flagword flags; | 419 flagword flags; |
error: old chunk mismatch |
None
| OLD | NEW |