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

Unified Diff: bfd/cpu-d10v.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-crx.c ('k') | bfd/cpu-d30v.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bfd/cpu-d10v.c
diff --git a/bfd/cpu-d10v.c b/bfd/cpu-d10v.c
index b161115788c0548a4da508c3fb10a7ff2007c7f8..7bc208e26202578ade729ca4e6cb3fa9c9b881bc 100644
--- a/bfd/cpu-d10v.c
+++ b/bfd/cpu-d10v.c
@@ -37,6 +37,7 @@ static const bfd_arch_info_type d10v_ts3_info =
FALSE,
bfd_default_compatible,
bfd_default_scan,
+ bfd_arch_default_fill,
0,
};
@@ -53,6 +54,7 @@ static const bfd_arch_info_type d10v_ts2_info =
FALSE,
bfd_default_compatible,
bfd_default_scan,
+ bfd_arch_default_fill,
& d10v_ts3_info,
};
@@ -69,5 +71,6 @@ const bfd_arch_info_type bfd_d10v_arch =
TRUE,
bfd_default_compatible,
bfd_default_scan,
+ bfd_arch_default_fill,
& d10v_ts2_info,
};
« no previous file with comments | « bfd/cpu-crx.c ('k') | bfd/cpu-d30v.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698