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

Unified Diff: bfd/elf-nacl.h

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « bfd/elf-m10300.c ('k') | bfd/elf-nacl.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bfd/elf-nacl.h
diff --git a/bfd/elf64.c b/bfd/elf-nacl.h
similarity index 68%
copy from bfd/elf64.c
copy to bfd/elf-nacl.h
index 04fd3f0b41290e3a97ddd254beafaee9fdb2538c..417c7e38e6fa572c171cb3bd6769f9be133511e1 100644
--- a/bfd/elf64.c
+++ b/bfd/elf-nacl.h
@@ -1,5 +1,5 @@
-/* ELF 64-bit executable support for BFD.
- Copyright 1993, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+/* Native Client support for ELF
+ Copyright 2012 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
@@ -15,9 +15,10 @@
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. */
+ Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+ MA 02111-1307, USA. */
-#define ARCH_SIZE 64
+#include "bfd.h"
-#include "elfcode.h"
+bfd_boolean nacl_modify_segment_map (bfd *, struct bfd_link_info *);
+bfd_boolean nacl_modify_program_headers (bfd *, struct bfd_link_info *);
« no previous file with comments | « bfd/elf-m10300.c ('k') | bfd/elf-nacl.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698