diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2021-05-08 21:27:49 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2021-05-08 21:27:49 -0400 |
commit | b6703327bb8937734592bb6256373e6939f385c4 (patch) | |
tree | 635efee053a3cd3674a3922076c9d296f9960337 /gdbsupport/Makefile.in | |
parent | 8d06918ff58452cb17d1bdfbde7187f45933f42e (diff) | |
download | gdb-b6703327bb8937734592bb6256373e6939f385c4.zip gdb-b6703327bb8937734592bb6256373e6939f385c4.tar.gz gdb-b6703327bb8937734592bb6256373e6939f385c4.tar.bz2 |
gdbsupport: re-generate configure & friends
I get these changes when re-generating the autoconf stuff in gdbsupport,
fallouts from 4655f8509fd4 ("Don't run personality syscall at configure
time; don't check it at all").
gdbsupport/ChangeLog:
* Makefile.in: Re-generate.
* config.in: Re-generate.
* configure: Re-generate.
Change-Id: Ie1876ee58d6f4f1cf25fa14900eecf4c85a744c1
Diffstat (limited to 'gdbsupport/Makefile.in')
-rw-r--r-- | gdbsupport/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdbsupport/Makefile.in b/gdbsupport/Makefile.in index c47b200..d7f2d49 100644 --- a/gdbsupport/Makefile.in +++ b/gdbsupport/Makefile.in @@ -1,7 +1,7 @@ # Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -15,7 +15,7 @@ @SET_MAKE@ # -# Copyright (C) 2020 Free Software Foundation, Inc. +# Copyright (C) 2020-2021 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by |