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

Unified Diff: bfd/cpu-sparc.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-sh.c ('k') | bfd/cpu-spu.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bfd/cpu-sparc.c
diff --git a/bfd/cpu-sparc.c b/bfd/cpu-sparc.c
index f86ccc54dfa55f2e6e916bec6c85067b12c54aca..ccdd7d1d6522dd8bf8d487f862dc79b6049bf966 100644
--- a/bfd/cpu-sparc.c
+++ b/bfd/cpu-sparc.c
@@ -37,6 +37,7 @@ static const bfd_arch_info_type arch_info_struct[] =
FALSE,
bfd_default_compatible,
bfd_default_scan,
+ bfd_arch_default_fill,
&arch_info_struct[1],
},
{
@@ -51,6 +52,7 @@ static const bfd_arch_info_type arch_info_struct[] =
FALSE,
bfd_default_compatible,
bfd_default_scan,
+ bfd_arch_default_fill,
&arch_info_struct[2],
},
{
@@ -65,6 +67,7 @@ static const bfd_arch_info_type arch_info_struct[] =
FALSE,
bfd_default_compatible,
bfd_default_scan,
+ bfd_arch_default_fill,
&arch_info_struct[3],
},
{
@@ -79,6 +82,7 @@ static const bfd_arch_info_type arch_info_struct[] =
FALSE,
bfd_default_compatible,
bfd_default_scan,
+ bfd_arch_default_fill,
&arch_info_struct[4],
},
{
@@ -93,6 +97,7 @@ static const bfd_arch_info_type arch_info_struct[] =
FALSE,
bfd_default_compatible,
bfd_default_scan,
+ bfd_arch_default_fill,
&arch_info_struct[5],
},
{
@@ -107,6 +112,7 @@ static const bfd_arch_info_type arch_info_struct[] =
FALSE,
bfd_default_compatible,
bfd_default_scan,
+ bfd_arch_default_fill,
&arch_info_struct[6],
},
{
@@ -121,6 +127,7 @@ static const bfd_arch_info_type arch_info_struct[] =
FALSE,
bfd_default_compatible,
bfd_default_scan,
+ bfd_arch_default_fill,
&arch_info_struct[7],
},
{
@@ -135,6 +142,7 @@ static const bfd_arch_info_type arch_info_struct[] =
FALSE,
bfd_default_compatible,
bfd_default_scan,
+ bfd_arch_default_fill,
&arch_info_struct[8],
},
{
@@ -149,6 +157,7 @@ static const bfd_arch_info_type arch_info_struct[] =
FALSE,
bfd_default_compatible,
bfd_default_scan,
+ bfd_arch_default_fill,
0,
}
};
@@ -166,5 +175,6 @@ const bfd_arch_info_type bfd_sparc_arch =
TRUE, /* the default */
bfd_default_compatible,
bfd_default_scan,
+ bfd_arch_default_fill,
&arch_info_struct[0],
};
« no previous file with comments | « bfd/cpu-sh.c ('k') | bfd/cpu-spu.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698