aboutsummaryrefslogtreecommitdiff
path: root/bfd/vms-alpha.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/vms-alpha.c')
-rw-r--r--bfd/vms-alpha.c36
1 files changed, 18 insertions, 18 deletions
diff --git a/bfd/vms-alpha.c b/bfd/vms-alpha.c
index fd07628..594e436 100644
--- a/bfd/vms-alpha.c
+++ b/bfd/vms-alpha.c
@@ -5515,7 +5515,7 @@ static reloc_howto_type alpha_howto_table[] =
{
HOWTO (ALPHA_R_IGNORE, /* Type. */
0, /* Rightshift. */
- 0, /* Size (0 = byte, 1 = short, 2 = long). */
+ 1, /* Size. */
8, /* Bitsize. */
true, /* PC relative. */
0, /* Bitpos. */
@@ -5530,7 +5530,7 @@ static reloc_howto_type alpha_howto_table[] =
/* A 64 bit reference to a symbol. */
HOWTO (ALPHA_R_REFQUAD, /* Type. */
0, /* Rightshift. */
- 4, /* Size (0 = byte, 1 = short, 2 = long). */
+ 8, /* Size. */
64, /* Bitsize. */
false, /* PC relative. */
0, /* Bitpos. */
@@ -5547,7 +5547,7 @@ static reloc_howto_type alpha_howto_table[] =
relative offset in the instruction. */
HOWTO (ALPHA_R_BRADDR, /* Type. */
2, /* Rightshift. */
- 2, /* Size (0 = byte, 1 = short, 2 = long). */
+ 4, /* Size. */
21, /* Bitsize. */
true, /* PC relative. */
0, /* Bitpos. */
@@ -5562,7 +5562,7 @@ static reloc_howto_type alpha_howto_table[] =
/* A hint for a jump to a register. */
HOWTO (ALPHA_R_HINT, /* Type. */
2, /* Rightshift. */
- 1, /* Size (0 = byte, 1 = short, 2 = long). */
+ 2, /* Size. */
14, /* Bitsize. */
true, /* PC relative. */
0, /* Bitpos. */
@@ -5577,7 +5577,7 @@ static reloc_howto_type alpha_howto_table[] =
/* 16 bit PC relative offset. */
HOWTO (ALPHA_R_SREL16, /* Type. */
0, /* Rightshift. */
- 1, /* Size (0 = byte, 1 = short, 2 = long). */
+ 2, /* Size. */
16, /* Bitsize. */
true, /* PC relative. */
0, /* Bitpos. */
@@ -5592,7 +5592,7 @@ static reloc_howto_type alpha_howto_table[] =
/* 32 bit PC relative offset. */
HOWTO (ALPHA_R_SREL32, /* Type. */
0, /* Rightshift. */
- 2, /* Size (0 = byte, 1 = short, 2 = long). */
+ 4, /* Size. */
32, /* Bitsize. */
true, /* PC relative. */
0, /* Bitpos. */
@@ -5607,7 +5607,7 @@ static reloc_howto_type alpha_howto_table[] =
/* A 64 bit PC relative offset. */
HOWTO (ALPHA_R_SREL64, /* Type. */
0, /* Rightshift. */
- 4, /* Size (0 = byte, 1 = short, 2 = long). */
+ 8, /* Size. */
64, /* Bitsize. */
true, /* PC relative. */
0, /* Bitpos. */
@@ -5622,7 +5622,7 @@ static reloc_howto_type alpha_howto_table[] =
/* Push a value on the reloc evaluation stack. */
HOWTO (ALPHA_R_OP_PUSH, /* Type. */
0, /* Rightshift. */
- 0, /* Size (0 = byte, 1 = short, 2 = long). */
+ 1, /* Size. */
0, /* Bitsize. */
false, /* PC relative. */
0, /* Bitpos. */
@@ -5638,7 +5638,7 @@ static reloc_howto_type alpha_howto_table[] =
a bitfield of size r_size starting at bit position r_offset. */
HOWTO (ALPHA_R_OP_STORE, /* Type. */
0, /* Rightshift. */
- 4, /* Size (0 = byte, 1 = short, 2 = long). */
+ 8, /* Size. */
64, /* Bitsize. */
false, /* PC relative. */
0, /* Bitpos. */
@@ -5654,7 +5654,7 @@ static reloc_howto_type alpha_howto_table[] =
relocation stack. */
HOWTO (ALPHA_R_OP_PSUB, /* Type. */
0, /* Rightshift. */
- 0, /* Size (0 = byte, 1 = short, 2 = long). */
+ 1, /* Size. */
0, /* Bitsize. */
false, /* PC relative. */
0, /* Bitpos. */
@@ -5670,7 +5670,7 @@ static reloc_howto_type alpha_howto_table[] =
given value. */
HOWTO (ALPHA_R_OP_PRSHIFT, /* Type. */
0, /* Rightshift. */
- 0, /* Size (0 = byte, 1 = short, 2 = long). */
+ 1, /* Size. */
0, /* Bitsize. */
false, /* PC relative. */
0, /* Bitpos. */
@@ -5685,7 +5685,7 @@ static reloc_howto_type alpha_howto_table[] =
/* Hack. Linkage is done by linker. */
HOWTO (ALPHA_R_LINKAGE, /* Type. */
0, /* Rightshift. */
- 0, /* Size (0 = byte, 1 = short, 2 = long). */
+ 1, /* Size. */
0, /* Bitsize. */
false, /* PC relative. */
0, /* Bitpos. */
@@ -5700,7 +5700,7 @@ static reloc_howto_type alpha_howto_table[] =
/* A 32 bit reference to a symbol. */
HOWTO (ALPHA_R_REFLONG, /* Type. */
0, /* Rightshift. */
- 2, /* Size (0 = byte, 1 = short, 2 = long). */
+ 4, /* Size. */
32, /* Bitsize. */
false, /* PC relative. */
0, /* Bitpos. */
@@ -5715,7 +5715,7 @@ static reloc_howto_type alpha_howto_table[] =
/* A 64 bit reference to a procedure, written as 32 bit value. */
HOWTO (ALPHA_R_CODEADDR, /* Type. */
0, /* Rightshift. */
- 4, /* Size (0 = byte, 1 = short, 2 = long). */
+ 8, /* Size. */
64, /* Bitsize. */
false, /* PC relative. */
0, /* Bitpos. */
@@ -5729,7 +5729,7 @@ static reloc_howto_type alpha_howto_table[] =
HOWTO (ALPHA_R_NOP, /* Type. */
0, /* Rightshift. */
- 3, /* Size (0 = byte, 1 = short, 2 = long). */
+ 0, /* Size. */
0, /* Bitsize. */
/* The following value must match that of ALPHA_R_BSR/ALPHA_R_BOH
because the calculations for the 3 relocations are the same.
@@ -5746,7 +5746,7 @@ static reloc_howto_type alpha_howto_table[] =
HOWTO (ALPHA_R_BSR, /* Type. */
0, /* Rightshift. */
- 3, /* Size (0 = byte, 1 = short, 2 = long). */
+ 0, /* Size. */
0, /* Bitsize. */
true, /* PC relative. */
0, /* Bitpos. */
@@ -5760,7 +5760,7 @@ static reloc_howto_type alpha_howto_table[] =
HOWTO (ALPHA_R_LDA, /* Type. */
0, /* Rightshift. */
- 3, /* Size (0 = byte, 1 = short, 2 = long). */
+ 0, /* Size. */
0, /* Bitsize. */
false, /* PC relative. */
0, /* Bitpos. */
@@ -5774,7 +5774,7 @@ static reloc_howto_type alpha_howto_table[] =
HOWTO (ALPHA_R_BOH, /* Type. */
0, /* Rightshift. */
- 3, /* Size (0 = byte, 1 = short, 2 = long, 3 = nil). */
+ 0, /* Size. */
0, /* Bitsize. */
true, /* PC relative. */
0, /* Bitpos. */