mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
change how list of modules is computed
While adding modules I found that the current approach of listing all the modules on one line made it harder to experiment -- any conflicts from git were a pain to resolve. This patch splits the list of modules so that there is one module per line. 2013-11-18 Tom Tromey <tromey@redhat.com> * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Split into multiple lines.
This commit is contained in:
parent
0a5dd17d95
commit
a7c11ee135
@ -1,3 +1,8 @@
|
||||
2013-11-18 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Split into
|
||||
multiple lines.
|
||||
|
||||
2013-11-18 Jose E. Marchesi <jose.marchesi@oracle.com>
|
||||
|
||||
* sparc-tdep.c (sparc_is_annulled_branch_insn): New function.
|
||||
|
@ -29,7 +29,15 @@
|
||||
# regenerate the various scripts and Makefiles are on the PATH.
|
||||
|
||||
# The list of gnulib modules we are importing in GDB.
|
||||
IMPORTED_GNULIB_MODULES="fnmatch-gnu frexpl inttypes memmem update-copyright unistd pathmax"
|
||||
IMPORTED_GNULIB_MODULES="\
|
||||
fnmatch-gnu \
|
||||
frexpl \
|
||||
inttypes \
|
||||
memmem \
|
||||
update-copyright \
|
||||
unistd \
|
||||
pathmax \
|
||||
"
|
||||
|
||||
# The gnulib commit ID to use for the update.
|
||||
GNULIB_COMMIT_SHA1="8d5bd1402003bd0153984b138735adf537d960b0"
|
||||
|
Loading…
Reference in New Issue
Block a user