aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in2.h
diff options
context:
space:
mode:
authorJoern Rennecke <joern.rennecke@embecosm.com>2009-09-11 04:45:57 +0000
committerJoern Rennecke <joern.rennecke@embecosm.com>2009-09-11 04:45:57 +0000
commit779734bae5a1be2e9b48a9807149df5e38335285 (patch)
tree19fc4fed5b9de6934f8f7839d0129bef65cf7192 /bfd/bfd-in2.h
parent4195238713fd818958a9e41fee154ea357304b59 (diff)
downloadgdb-arc-insight_6_8-branch.zip
gdb-arc-insight_6_8-branch.tar.gz
gdb-arc-insight_6_8-branch.tar.bz2
gdb/insight for ARCompact (from Richard Stuckey)arc-insight_6_8-branch
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r--bfd/bfd-in2.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index 12f6a40..78e2ea5 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -1977,7 +1977,7 @@ enum bfd_architecture
#define bfd_mach_v850e 'E'
#define bfd_mach_v850e1 '1'
bfd_arch_arc, /* ARC Cores */
-#define bfd_mach_arc_a4 0
+#define bfd_mach_arc_unknown 0
#define bfd_mach_arc_a5 1
#define bfd_mach_arc_arc600 2
#define bfd_mach_arc_arc700 3
@@ -3254,11 +3254,11 @@ are not stored in the the instruction. The upper 11 bits are installed
in bits 10 through 0. */
BFD_RELOC_ARC_S13_PCREL,
-/* ARCompact Middle-endian 32 bit word relocation */
+/* ARCompact Middle-endian 32 bit word relocation. */
BFD_RELOC_ARC_32_ME,
/* ARCompact PC Relative 32 bit relocation. */
- BFD_RELOC_ARC_PC32 ,
+ BFD_RELOC_ARC_PC32,
/* ARC 700 GOT specific relocation. This computes the distance from the current
pcl to the symbol's global offset table entry. */
@@ -3266,12 +3266,12 @@ pcl to the symbol's global offset table entry. */
/* ARC 700 PLT specific relocation. This computes the distance from the base
of the PLT to the symbols PLT entry. */
- BFD_RELOC_ARC_PLT32 ,
+ BFD_RELOC_ARC_PLT32,
/* ARC 700 Copy relocation. This refers to a location in the writable segment
and during execution the dynamic linker copies data associated with the shared
objects symbol to the location specified by the offset. Created for
-dynamic linking by the linker . */
+dynamic linking by the linker. */
BFD_RELOC_ARC_COPY,
/* ARC 700 Global Data relocaton.This is to set a GOT entry to the address
@@ -3294,7 +3294,7 @@ Global Offset Table This causes the linker to build the GOT. */
BFD_RELOC_ARC_GOTOFF,
/* This gives the difference between the address of the GOT base and the
-current PC. The symbol referenced is _GLOBAL_OFFSET_TABLE . */
+current PC. The symbol referenced is _GLOBAL_OFFSET_TABLE. */
BFD_RELOC_ARC_GOTPC,
/* ARC 700 GOT specific relocation. This computes the distance from the base