summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@cvs.openbsd.org>2010-05-08 19:31:33 +0000
committerChristian Weisgerber <naddy@cvs.openbsd.org>2010-05-08 19:31:33 +0000
commit211a77908cfe760ff4df3dfc6e813e826b3fcc82 (patch)
tree24306f0791ecaa188e656b47a64da2c40cb90ab8 /gnu/usr.bin
parent45e01ef2bdb2e4fdeb81223de22f509dfcf03b89 (diff)
expand lvalue macro and remove an unnecessary and illegal cast in
the process; ok kettenis@ miod@
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/binutils/bfd/coff-alpha.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/bfd/coff-alpha.c b/gnu/usr.bin/binutils/bfd/coff-alpha.c
index e9dd4169b22..5c8b2b939c2 100644
--- a/gnu/usr.bin/binutils/bfd/coff-alpha.c
+++ b/gnu/usr.bin/binutils/bfd/coff-alpha.c
@@ -1455,7 +1455,7 @@ alpha_relocate_section (output_bfd, info, input_bfd, input_section,
amt = sizeof (struct ecoff_section_tdata);
lita_sec_data = ((struct ecoff_section_tdata *)
bfd_zalloc (input_bfd, amt));
- ecoff_section_data (input_bfd, lita_sec) = lita_sec_data;
+ lita_sec->used_by_bfd = lita_sec_data;
}
if (lita_sec_data->gp != 0)