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

Unified Diff: bfd/coff-tic80.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-tic54x.c ('k') | bfd/coff-x86_64.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bfd/coff-tic80.c
diff --git a/bfd/coff-tic80.c b/bfd/coff-tic80.c
index 4bd96fc571b13abd8b9140bb55869e3f7139f034..c8fa5c0674862a5f3fa64cac931e7d9e2ea395a0 100644
--- a/bfd/coff-tic80.c
+++ b/bfd/coff-tic80.c
@@ -32,7 +32,7 @@
/* Newlib-based hosts define _CONST as a STDC-safe alias for const,
but to the tic80 toolchain it means something altogether different.
Since sysdep.h will have pulled in stdio.h and hence _ansi.h which
- contains this definition, we must undef it before including the
+ contains this definition, we must undef it before including the
tic80-specific definition. */
#undef _CONST
#endif /* _CONST */
@@ -700,15 +700,6 @@ coff_tic80_relocate_section (bfd *output_bfd,
return TRUE;
}
-/* Clear the r_reserved field in relocs. */
-#define SWAP_OUT_RELOC_EXTRA(abfd,src,dst) \
- do \
- { \
- dst->r_reserved[0] = 0; \
- dst->r_reserved[1] = 0; \
- } \
- while (0)
-
#define TIC80COFF 1 /* Customize coffcode.h */
#undef C_AUTOARG /* Clashes with TIc80's C_UEXT */
#undef C_LASTENT /* Clashes with TIc80's C_STATLAB */
« no previous file with comments | « bfd/coff-tic54x.c ('k') | bfd/coff-x86_64.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698