diff options
author | Nick Clifton <nickc@redhat.com> | 2000-04-06 23:21:09 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-04-06 23:21:09 +0000 |
commit | f3485b74bb07e89c727a105df066b699cbdfc44c (patch) | |
tree | b37324464fbbb4c388b2561a55b621a73cc61353 /binutils/ChangeLog | |
parent | ff1c4e0d5914b3be3ec1c932f75a4e09ed6df41e (diff) | |
download | gdb-f3485b74bb07e89c727a105df066b699cbdfc44c.zip gdb-f3485b74bb07e89c727a105df066b699cbdfc44c.tar.gz gdb-f3485b74bb07e89c727a105df066b699cbdfc44c.tar.bz2 |
Add code to decode the e_flags field of an ARM ELF binary.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 5a17b0f..073a320 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2000-04-06 Nick Clifton <nickc@cygnus.com> + + * readelf.c (decode_ARM_machine_flags): New function. + (get_machine_flags): Call decode_ARM_machine_flags for ARM + targets. + 2000-04-05 Alan Modra <alan@linuxcare.com.au> * binutils.texi: Remove optional `=' from long options that have |