mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-11 13:02:10 +08:00
Regenerate gdb/{,gdbserver/}configure (for commit be628ab814
)
On commit be628ab814
, both
common/common.m4 was modified in order to check for the presence of
'termios.h', 'termio.h' and 'sgtty.h'. However, I forgot to
regenerate both gdb/configure and gdb/gdbserver/configure. This
commit does that.
gdb/ChangeLog:
2017-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
* configure: Regenerate.
gdb/gdbserver/ChangeLog:
2017-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
* configure: Regenerate.
This commit is contained in:
parent
e78bb25cb6
commit
c94fee56f5
@ -1,3 +1,7 @@
|
||||
2017-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2017-05-02 Simon Marchi <simon.marchi@ericsson.com>
|
||||
|
||||
* solib-target.c (solib_target_relocate_section_addresses):
|
||||
|
2
gdb/configure
vendored
2
gdb/configure
vendored
@ -13085,7 +13085,7 @@ $as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
|
||||
fi
|
||||
|
||||
|
||||
for ac_header in linux/perf_event.h locale.h memory.h signal.h sys/resource.h sys/socket.h sys/syscall.h sys/un.h sys/wait.h thread_db.h wait.h
|
||||
for ac_header in linux/perf_event.h locale.h memory.h signal.h sys/resource.h sys/socket.h sys/syscall.h sys/un.h sys/wait.h thread_db.h wait.h termios.h termio.h sgtty.h
|
||||
do :
|
||||
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
||||
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
|
||||
|
@ -1,3 +1,7 @@
|
||||
2017-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
||||
2017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
|
||||
|
||||
* linux-arm-low.c (arm_gdbserver_get_next_pcs): Adjust to
|
||||
|
2
gdb/gdbserver/configure
vendored
2
gdb/gdbserver/configure
vendored
@ -6754,7 +6754,7 @@ $as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
|
||||
fi
|
||||
|
||||
|
||||
for ac_header in linux/perf_event.h locale.h memory.h signal.h sys/resource.h sys/socket.h sys/syscall.h sys/un.h sys/wait.h thread_db.h wait.h
|
||||
for ac_header in linux/perf_event.h locale.h memory.h signal.h sys/resource.h sys/socket.h sys/syscall.h sys/un.h sys/wait.h thread_db.h wait.h termios.h termio.h sgtty.h
|
||||
do :
|
||||
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
||||
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
|
||||
|
Loading…
Reference in New Issue
Block a user