diff options
author | Nick Clifton <nickc@redhat.com> | 2002-12-10 17:48:27 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-12-10 17:48:27 +0000 |
commit | c0fec499de4ceeed6edf47829ed49959600b54da (patch) | |
tree | 99c7e8217a2b07620ab1e7acc485abd89e5da4a3 /binutils/NEWS | |
parent | 10a28c820700519f61cdd470f229639ff1ee1740 (diff) | |
download | binutils-redhat-c0fec499de4ceeed6edf47829ed49959600b54da.tar.gz |
Add support for displaying extension to DWARF2 used by Unified Parallel C
compiler.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index 9a34ecbc9f..74042b13a4 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,8 @@ -*- text -*- +* readelf can handle the extensions to the DWARF2 spec used by the Unified + Parallel C compiler. + * BFD no longer declares a "boolean" type, to avoid clashes with other headers that declare the same. Users of BFD should replace boolean, false and true, with int, 0 and 1, or define their own boolean type. |