diff options
author | Nick Clifton <nickc@redhat.com> | 2002-02-05 11:22:26 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-02-05 11:22:26 +0000 |
commit | c17aa31873e864b932e2f2d562b19d94029352a1 (patch) | |
tree | cc8338a66d4e22d7eff78e74fd2622be68764614 /sim/arm/ChangeLog | |
parent | 82f6addb5616a5d06f7e44b5a1c8ea6cc97479eb (diff) | |
download | gdb-c17aa31873e864b932e2f2d562b19d94029352a1.zip gdb-c17aa31873e864b932e2f2d562b19d94029352a1.tar.gz gdb-c17aa31873e864b932e2f2d562b19d94029352a1.tar.bz2 |
Modify previous patch so that it is only triggered for COFF format executables.
Diffstat (limited to 'sim/arm/ChangeLog')
-rw-r--r-- | sim/arm/ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog index fbfc595..fc072e7 100644 --- a/sim/arm/ChangeLog +++ b/sim/arm/ChangeLog @@ -1,8 +1,13 @@ +2002-02-05 Nick Clifton <nickc@cambridge.redhat.com> + + * wrapper.c (sim_create_inferior): Modify previous patch so that + it is only triggered for COFF format executables. + 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. + * wrapper.c (sin_create_inferior): 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> |