diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-04-05 13:24:24 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-04-05 13:24:24 +0000 |
commit | 9025569e3a3d4c8df3c3413cab944a7d74df3582 (patch) | |
tree | eb37493303bee82fb8b8d610dbbd60e4ac2fb761 /gdb/ChangeLog | |
parent | c69ba956e3ea3f41672cd3bf4d9d27f91d6849c0 (diff) | |
download | gdb-9025569e3a3d4c8df3c3413cab944a7d74df3582.zip gdb-9025569e3a3d4c8df3c3413cab944a7d74df3582.tar.gz gdb-9025569e3a3d4c8df3c3413cab944a7d74df3582.tar.bz2 |
Avoid warning in "make tags".
* Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
empty. See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
details of the problem.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 30315af..bca83b6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2013-04-05 Eli Zaretskii <eliz@gnu.org> + + * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is + empty. See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html + and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for + details of the problem. + 2013-04-04 Pedro Alves <palves@redhat.com> Hui Zhu <hui@codesourcery.com> |