projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f55900a
)
* libelf.h (elf_backend_data): Use unsigned, not unsigned char, for bitfields.
author
Ken Raeburn
<raeburn@cygnus>
Wed, 12 Jul 1995 04:29:47 +0000
(
04:29
+0000)
committer
Ken Raeburn
<raeburn@cygnus>
Wed, 12 Jul 1995 04:29:47 +0000
(
04:29
+0000)
bfd/libelf.h
patch
|
blob
|
history
diff --git
a/bfd/libelf.h
b/bfd/libelf.h
index 52a60baa494fe44bef8568dd1e998bbc6cdb972f..d0aa970d3658869a8ea9910b1bb654ec3237f58f 100644
(file)
--- a/
bfd/libelf.h
+++ b/
bfd/libelf.h
@@
-422,9
+422,9
@@
struct elf_backend_data
const struct elf_size_info *s;
- unsigned
char
want_got_plt : 1;
- unsigned
char
plt_readonly : 1;
- unsigned
char
want_plt_sym : 1;
+ unsigned want_got_plt : 1;
+ unsigned plt_readonly : 1;
+ unsigned want_plt_sym : 1;
};
/* Information stored for each BFD section in an ELF file. This