Home | History | Annotate | Line # | Download | only in c++tools
      1 2025-05-23  Release Manager
      2 
      3 	* GCC 14.3.0 released.
      4 
      5 2024-08-01  Release Manager
      6 
      7 	* GCC 14.2.0 released.
      8 
      9 2024-05-07  Release Manager
     10 
     11 	* GCC 14.1.0 released.
     12 
     13 2023-06-22  Marek Polacek  <polacek (a] redhat.com>
     14 
     15 	* configure.ac (--enable-host-bind-now): New check.
     16 	* configure: Regenerate.
     17 
     18 2023-06-15  Marek Polacek  <polacek (a] redhat.com>
     19 
     20 	* Makefile.in: Rename PIEFLAG to PICFLAG.  Set LD_PICFLAG.  Use it.
     21 	Use pic/libiberty.a if PICFLAG is set.
     22 	* configure.ac (--enable-default-pie): Set PICFLAG instead of PIEFLAG.
     23 	(--enable-host-pie): New check.
     24 	* configure: Regenerate.
     25 
     26 2023-03-31  Jonathan Wakely  <jwakely (a] redhat.com>
     27 
     28 	PR bootstrap/101834
     29 	* Makefile.in (INSTALL): Set variable.
     30 	(mostlyclean): Mark as a phony target.
     31 	(clean): Add mostlyclean as a prerequisite.
     32 	(distclean): Add clean as a prerequisite and remove more files.
     33 	(maintainer-clean): Add distclean as a prerequisite.
     34 
     35 2023-01-09  John David Anglin  <danglin (a] gcc.gnu.org>
     36 
     37 	PR other/107616
     38 	* server.cc (server): Don't call FD_ISSET when HAVE_PSELECT
     39 	and HAVE_SELECT are zero.
     40 
     41 2022-11-23  Marek Polacek  <polacek (a] redhat.com>
     42 
     43 	Revert:
     44 	2022-11-23  Marek Polacek  <polacek (a] redhat.com>
     45 
     46 	* Makefile.in: Rename PIEFLAG to PICFLAG.  Set LD_PICFLAG.  Use it.
     47 	Use pic/libiberty.a if PICFLAG is set.
     48 	* configure.ac (--enable-default-pie): Set PICFLAG instead of PIEFLAG.
     49 	(--enable-host-pie): New check.
     50 	* configure: Regenerate.
     51 
     52 2022-11-23  Marek Polacek  <polacek (a] redhat.com>
     53 
     54 	Revert:
     55 	2022-11-23  Marek Polacek  <polacek (a] redhat.com>
     56 
     57 	* configure.ac (--enable-host-bind-now): New check.
     58 	* configure: Regenerate.
     59 
     60 2022-11-23  Marek Polacek  <polacek (a] redhat.com>
     61 
     62 	* configure.ac (--enable-host-bind-now): New check.
     63 	* configure: Regenerate.
     64 
     65 2022-11-23  Marek Polacek  <polacek (a] redhat.com>
     66 
     67 	* Makefile.in: Rename PIEFLAG to PICFLAG.  Set LD_PICFLAG.  Use it.
     68 	Use pic/libiberty.a if PICFLAG is set.
     69 	* configure.ac (--enable-default-pie): Set PICFLAG instead of PIEFLAG.
     70 	(--enable-host-pie): New check.
     71 	* configure: Regenerate.
     72 
     73 2022-03-18  Iain Sandoe  <iain (a] sandoe.co.uk>
     74 
     75 	* server.cc (accept_from): Use "1" as the dummy port number.
     76 
     77 2021-10-26  Jonathan Wakely  <jwakely (a] redhat.com>
     78 
     79 	* resolver.cc (module_resolver::read_tuple_file): Use unique_ptr
     80 	to ensure memory is freed before returning.
     81 
     82 2021-10-22  Eric Gallager  <egallager (a] gcc.gnu.org>
     83 
     84 	PR other/102663
     85 	* Makefile.in: Add dummy install-dvi target.
     86 
     87 2021-09-14  Iain Sandoe  <iain (a] sandoe.co.uk>
     88 
     89 	* resolver.cc (module_resolver::ModuleCompiledRequest):
     90 	Add a simple handler.
     91 	* resolver.h: Declare handler for ModuleCompiledRequest.
     92 
     93 2021-07-21  Iain Sandoe  <iain (a] sandoe.co.uk>
     94 	    Jakub Jelinek  <jakub (a] redhat.com>
     95 
     96 	PR c++/98821
     97 	* config.h.in: Regenerate.
     98 	* configure: Regenerate.
     99 	* configure.ac: Configure using C++.  Pull logic to
    100 	detect enabled checking modes; default to release
    101 	checking.
    102 	* server.cc (AI_NUMERICSERV): Define a fallback value.
    103 	(gcc_assert): New.
    104 	(gcc_unreachable): New.
    105 	(fancy_abort): Only build when checking is enabled.
    106 
    107 2021-05-25  Jakub Jelinek  <jakub (a] redhat.com>
    108 
    109 	PR bootstrap/100731
    110 	* server.cc: Include <cstdlib>.
    111 
    112 2021-05-25  Eric Botcazou  <ebotcazou (a] adacore.com>
    113 
    114 	* configure.ac (--enable-maintainer-mode): Fix typo and weird syntax.
    115 	* configure: Regenerate.
    116 
    117 2021-05-25  Jakub Jelinek  <jakub (a] redhat.com>
    118 
    119 	* Makefile.in: Update copyright year.
    120 	* configure.ac: Likewise.
    121 	* resolver.cc: Likewise.
    122 	* resolver.h: Likewise.
    123 	* server.cc: Likewise.
    124 	(print_version): Update copyright notice date.
    125 
    126 2021-05-10  Martin Liska  <mliska (a] suse.cz>
    127 
    128 	* Makefile.in: Include also ../gcc folder.
    129 
    130 2021-04-01  Iain Sandoe  <iain (a] sandoe.co.uk>
    131 
    132 	* resolver.h: Do not include std headers directly when
    133 	building in GCC.
    134 
    135 2021-02-25  Nathan Sidwell  <nathan (a] acm.org>
    136 
    137 	* server.cc: Use #if NETWORKING not #ifdef, to be consistent
    138 	with elsewhere.
    139 
    140 2021-01-05  Rainer Orth  <ro (a] CeBiTec.Uni-Bielefeld.DE>
    141 
    142 	PR c++/98316
    143 	* configure.ac: Include ../config/ax_lib_socket_nsl.m4.
    144 	(NETLIBS): Determine using AX_LIB_SOCKET_NSL.
    145 	* configure: Regenerate.
    146 	* Makefile.in (NETLIBS): Define.
    147 	(g++-mapper-server$(exeext)): Add $(NETLIBS).
    148 
    149 2021-01-04  Nathan Sidwell  <nathan (a] acm.org>
    150 
    151 	* resolver.cc (module_resolver::cmi_response): Remove
    152 	std::move of temporary.
    153 
    154 2020-12-23  Nathan Sidwell  <nathan (a] acm.org>
    155 
    156 	PR bootstrap/98324
    157 	* Makefile.in: Add FLAGPIE.
    158 	* configure.ac: Add --enable-default-pie support.
    159 	* configure: Rebuilt.
    160 
    161 2020-12-21  Nathan Sidwell  <nathan (a] acm.org>
    162 
    163 	PR other/98409
    164 	* Makefile.in: Fix exeext variable case.
    165 
    166 2020-12-17  Nathan Sidwell  <nathan (a] acm.org>
    167 
    168 	* server.cc (crash_signal): Don't use strsignal.
    169 
    170 2020-12-17  Nathan Sidwell  <nathan (a] acm.org>
    171 
    172 	PR bootstrap/98300
    173 	* configure.ac: Check for sys/mman.h.
    174 	* resolver.cc: Don't assume mmap, O_CLOEXEC are available.  Use
    175 	xmalloc.
    176 	* config.h.in: Regenerated.
    177 	* configure: Regenerated.
    178 
    179 2020-12-17  Jakub Jelinek  <jakub (a] redhat.com>
    180 
    181 	* configure.ac: Add GCC_BASE_VER.
    182 	* Makefile.in (version): Remove variable.
    183 	(gcc_version): New variable.
    184 	(libexecsubdir): Use $(gcc_version) instead of $(version).
    185 	* configure: Regenerated.
    186 
    187 2020-12-16  Nathan Sidwell  <nathan (a] acm.org>
    188 
    189 	* Makefile.in (INSTALL): Replace with ...
    190 	(INSTALL_PROGRAM): ... this.
    191 	(INSTALL_STRIP_PROGRAM): New.
    192 	(install-strip): New target.
    193 	(install): Use INSTALL_PROGRAM.
    194 	* configure.ac: Add INSTALL_PROGRAM.
    195 	* configure: Regenerated.
    196 
    197 2020-12-16  Nathan Sidwell  <nathan (a] acm.org>
    198 
    199 	* Makefile.in (install): Do not use -p, use mkinstalldirs.
    200 	(clean): Fix typo.
    201 
    202 2020-12-15  Nathan Sidwell  <nathan (a] acm.org>
    203 
    204 	* Makefile.in: New.
    205 	* config.h.in: New.
    206 	* configure: New.
    207 	* configure.ac: New.
    208 	* resolver.cc: New.
    209 	* resolver.h: New.
    210 	* server.cc: New.
    211 
    212 
    214 Copyright (C) 2020-2024 Free Software Foundation, Inc.
    215 
    216 Copying and distribution of this file, with or without modification,
    217 are permitted in any medium without royalty provided the copyright
    218 notice and this notice are preserved.
    219