diff options
author | Nick Clifton <nickc@redhat.com> | 2000-06-19 01:01:04 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-06-19 01:01:04 +0000 |
commit | 24ef8152517797595d81e7f4355fe05bab741144 (patch) | |
tree | 29ea08c80a14544f9058f77c0deef312f953cedb /gas/ChangeLog | |
parent | 5480ccf3750ad31a2f2e03aef882002141699a04 (diff) | |
download | gdb-24ef8152517797595d81e7f4355fe05bab741144.zip gdb-24ef8152517797595d81e7f4355fe05bab741144.tar.gz gdb-24ef8152517797595d81e7f4355fe05bab741144.tar.bz2 |
Use bfd_octets_per_byte instead of OCTETS_PER_BYTE
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index b995c68..092f385 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ 2000-06-18 Nick Clifton <nickc@redhat.com> + * symbols.c (resolve_symbol_value): Use bfd_octets_per_byte + instead of OCTETS_PER_BYTE. + * config/tc-v850.c: Fix compile time warnings. * config/tc-ppc.c: Fix compile time warnings. |