diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2002-06-03 18:42:54 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2002-06-03 18:42:54 +0000 |
commit | cf6fb9ce2fde099451fa0b0c59318b24784ada0b (patch) | |
tree | 19ddb166f91f76c74904e0241b89e298a9f4aa21 /bfd/ChangeLog | |
parent | 909daa82226565b3670915f49689fdfcda820f16 (diff) | |
download | gdb-cf6fb9ce2fde099451fa0b0c59318b24784ada0b.zip gdb-cf6fb9ce2fde099451fa0b0c59318b24784ada0b.tar.gz gdb-cf6fb9ce2fde099451fa0b0c59318b24784ada0b.tar.bz2 |
* elfxx-mips.c (ABI_64_P): Use backend's data to determine the
ABI.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5f02249..1a9b48d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2002-06-03 Maciej W. Rozycki <macro@ds2.pg.gda.pl> + + * elfxx-mips.c (ABI_64_P): Use backend's data to determine the + ABI. + 2002-06-02 Kazu Hirata <kazu@cs.umass.edu> * elf32-arc.c: Fix formatting. |