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

Unified Diff: bfd/cpu-k1om.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « bfd/cpu-iq2000.c ('k') | bfd/cpu-l1om.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bfd/cpu-k1om.c
diff --git a/bfd/cpu-k1om.c b/bfd/cpu-k1om.c
index fa030aef0cc5b12e6bcfc2616166c853e2c8b99e..54b6e58c1dea7ed1b9f2f83821ad3529bae781bd 100644
--- a/bfd/cpu-k1om.c
+++ b/bfd/cpu-k1om.c
@@ -23,6 +23,9 @@
#include "bfd.h"
#include "libbfd.h"
+extern void * bfd_arch_i386_short_nop_fill (bfd_size_type, bfd_boolean,
+ bfd_boolean);
+
static const bfd_arch_info_type bfd_k1om_arch_intel_syntax =
{
64, /* 64 bits in a word */
@@ -36,6 +39,7 @@ static const bfd_arch_info_type bfd_k1om_arch_intel_syntax =
TRUE,
bfd_default_compatible,
bfd_default_scan,
+ bfd_arch_i386_short_nop_fill,
0
};
@@ -52,5 +56,6 @@ const bfd_arch_info_type bfd_k1om_arch =
TRUE,
bfd_default_compatible,
bfd_default_scan,
+ bfd_arch_i386_short_nop_fill,
&bfd_k1om_arch_intel_syntax
};
« no previous file with comments | « bfd/cpu-iq2000.c ('k') | bfd/cpu-l1om.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698