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

Unified Diff: bfd/coff-mips.c

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 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/coff-i860.c ('k') | bfd/coff-ppc.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bfd/coff-mips.c
diff --git a/bfd/coff-mips.c b/bfd/coff-mips.c
index cdcdde2bcf25848b4939203f1bb261fc8cce1bc2..ec4d1a55788ad50ea6eadc07e331b2482c90e6f5 100644
--- a/bfd/coff-mips.c
+++ b/bfd/coff-mips.c
@@ -45,7 +45,7 @@ static bfd_reloc_status_type
mips_reflo_reloc
(bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
static bfd_reloc_status_type
-mips_gprel_reloc
+mips_gprel_reloc
(bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
@@ -1255,7 +1255,7 @@ static const struct ecoff_backend_data mips_ecoff_backend_data =
(unsigned (*) (bfd *,void *,void *)) bfd_void, /* reloc_out */
mips_ecoff_swap_filehdr_out, mips_ecoff_swap_aouthdr_out,
mips_ecoff_swap_scnhdr_out,
- FILHSZ, AOUTSZ, SCNHSZ, 0, 0, 0, 0, FILNMLEN, TRUE,
+ FILHSZ, AOUTSZ, SCNHSZ, 0, 0, 0, 0, FILNMLEN, TRUE,
ECOFF_NO_LONG_SECTION_NAMES, 4, FALSE, 2,
mips_ecoff_swap_filehdr_in, mips_ecoff_swap_aouthdr_in,
mips_ecoff_swap_scnhdr_in, NULL,
« no previous file with comments | « bfd/coff-i860.c ('k') | bfd/coff-ppc.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698