diff options
author | Nick Clifton <nickc@redhat.com> | 2007-08-10 13:21:40 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-08-10 13:21:40 +0000 |
commit | 7c3d153f7d4649d49fc3302cd1c6c3737e7ad856 (patch) | |
tree | a302eee8408a5a2dc53fdfc8c28edb3b0aab352b | |
parent | d02756e75b738e11a26e96e97470f55c840bdc8f (diff) | |
download | gdb-7c3d153f7d4649d49fc3302cd1c6c3737e7ad856.zip gdb-7c3d153f7d4649d49fc3302cd1c6c3737e7ad856.tar.gz gdb-7c3d153f7d4649d49fc3302cd1c6c3737e7ad856.tar.bz2 |
Add a marker for the 2.18 features.
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/NEWS | 2 | ||||
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/NEWS | 2 |
4 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 8818688..0186ee3 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2007-08-10 Nick Clifton <nickc@redhat.com> + + * NEWS: Add a marker for the 2.18 features. + 2007-08-09 Paul Brook <paul@codesourcery.com> * config/tc-arm.c (relaxed_symbol_addr): Compensate for alignment. @@ -1,4 +1,6 @@ -*- text -*- +Changes in 2.18: + * The GAS sources are now released under the GPLv3. * Support for the National Semiconductor CR16 target has been added. diff --git a/ld/ChangeLog b/ld/ChangeLog index 89b8eb8..ed152a4 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,9 @@ 2007-08-10 Nick Clifton <nickc@redhat.com> + * NEWS: Add a marker for the 2.18 features. + +2007-08-10 Nick Clifton <nickc@redhat.com> + * po/ga.po: Updated Irish translation. * po/vi.po: Updated Vietnamese translation. @@ -1,4 +1,6 @@ -*- text -*- +Changes in 2.18: + * Linker sources now released under version 3 of the GNU General Public License. |