diff options
author | Nick Clifton <nickc@redhat.com> | 2002-02-04 16:27:22 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-02-04 16:27:22 +0000 |
commit | 25180f8aefdfb363742aa577363184fd2a43c0b6 (patch) | |
tree | 953e830d69ddc2425b1c51eafff4e864125f0926 /sim/arm/ChangeLog | |
parent | fdf4122d8d23ba39cc3792c8ad3413fdf0bced59 (diff) | |
download | gdb-25180f8aefdfb363742aa577363184fd2a43c0b6.zip gdb-25180f8aefdfb363742aa577363184fd2a43c0b6.tar.gz gdb-25180f8aefdfb363742aa577363184fd2a43c0b6.tar.bz2 |
If a v5 architecture is detected, assume it might be an XScale binary, since
there is no way to distinguish between the two in the COFF file format.
Diffstat (limited to 'sim/arm/ChangeLog')
-rw-r--r-- | sim/arm/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog index 3b954d0..fbfc595 100644 --- a/sim/arm/ChangeLog +++ b/sim/arm/ChangeLog @@ -1,3 +1,9 @@ +2002-02-04 Nick Clifton <nickc@cambridge.redhat.com> + + * wrapper.c: If a v5 architecture is detected, assume it might be + an XScale binary, since there is no way to distinguish between + the two in the COFF file format. + 2002-01-10 Nick Clifton <nickc@cambridge.redhat.com> * arminit.c (ARMul_Abort): Fix parameters passed to CPRead[13]. |