diff options
author | Joel Brobecker <brobecker@adacore.com> | 2010-12-10 11:28:29 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2010-12-10 11:28:29 +0000 |
commit | 38b5c32d8ebbd06bd785691969acbc7820307cbd (patch) | |
tree | 10fd918b941de25d18b0dd96fdb515e92120f7d0 | |
parent | 906fab62843c8c32d812de2ea9cd509d75d05ab2 (diff) | |
download | newlib-gdb_7_2-branch.zip newlib-gdb_7_2-branch.tar.gz newlib-gdb_7_2-branch.tar.bz2 |
* src-release (ETC_SUPPORT): add gnu-oids.texigithub/gdb_7_2-branchgdb_7_2-branch
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | src-release | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2010-12-10 Tristan Gingold <gingold@adacore.com> + + * src-release (ETC_SUPPORT): add gnu-oids.texi + 2010-06-10 Alexandre Oliva <aoliva@redhat.com> * Makefile.def (configure-gcc): Depend on all-libelf. diff --git a/src-release b/src-release index bdb8c1d..8c25e6b 100644 --- a/src-release +++ b/src-release @@ -57,7 +57,7 @@ DEVO_SUPPORT= README Makefile.in configure configure.ac \ # Files in devo/etc used in any net release. ETC_SUPPORT= Makefile.in configure configure.in standards.texi \ make-stds.texi standards.info* configure.texi configure.info* \ - ChangeLog configbuild.* configdev.* fdl.texi texi2pod.pl + ChangeLog configbuild.* configdev.* fdl.texi texi2pod.pl gnu-oids.texi # When you use `make setup-dirs' or `make taz' you should always redefine |