Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Side by Side Diff: bfd/elf32-i370.c

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « bfd/elf32-hppa.c ('k') | bfd/elf32-i386.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
None
OLDNEW
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
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

OLDNEW
« no previous file with comments | « bfd/elf32-hppa.c ('k') | bfd/elf32-i386.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698