Go to file
Bill Schmidt 79cf0004ff rs6000: Remove old psabi warnings
Long ago we were forced to make some small ABI breaks to correct errors
in the implementation, and we added warning messages for the changes
from GCC 4.9 to GCC 5.  Enough time has passed that these are now just
irritants, so let's remove them.  Also clean up associated macros using
rs6000_special_adjust_field_align_p, which has been always returning
false for a long time.

2021-05-18  Bill Schmidt  <wschmidt@linux.ibm.com>

gcc/
	* config/rs6000/freebsd64.h (ADJUST_FIELD_ALIGN): Remove call to
	rs6000_special_adjust_field_align_p.
	* config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Likewise.
	* config/rs6000/rs6000-call.c (rs6000_function_arg_boundary):
	Remove ABI warning.
	(rs6000_function_arg): Likewise.
	* config/rs6000/rs6000-protos.h
	(rs6000_special_adjust_field_align_p): Remove prototype.
	* config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p):
	Remove.
	* config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Remove call to
	rs6000_special_adjust_field_align_p.

gcc/testsuite/
	* gcc.target/powerpc/ppc64-abi-warn-1.c: Remove.
	* gcc.target/powerpc/ppc64-abi-warn-2.c: Remove.
	* gcc.target/powerpc/ppc64-abi-warn-3.c: Remove.
2021-05-18 16:32:23 -05:00
INSTALL
c++tools Daily bump. 2021-05-11 00:16:36 +00:00
config config: delete unused sim macros 2021-05-18 11:07:27 -04:00
contrib gcc-changelog: Remove use of non-strict mode 2021-05-18 10:09:34 +01:00
fixincludes
gcc rs6000: Remove old psabi warnings 2021-05-18 16:32:23 -05:00
gnattools
gotools
include
intl
libada
libatomic
libbacktrace
libcc1
libcody
libcpp Daily bump. 2021-05-13 00:16:29 +00:00
libdecnumber
libffi
libgcc Fix my name in ChangeLog files. 2021-05-14 12:14:22 +02:00
libgfortran
libgo
libgomp [libgomp, testsuite] Don't shadow global 'offload_targets' variable 2021-05-18 13:18:43 +02:00
libiberty
libitm
libobjc
liboffloadmic
libphobos Daily bump. 2021-05-15 00:16:27 +00:00
libquadmath
libsanitizer libsanitizer: cherry-pick from upstream 2021-05-13 18:23:55 -07:00
libssp
libstdc++-v3 libstdc++: Fix access issue in elements_view::_Sentinel [PR100631] 2021-05-18 10:21:27 -04:00
libvtv
lto-plugin Daily bump. 2021-05-11 00:16:36 +00:00
maintainer-scripts Daily bump. 2021-05-15 00:16:27 +00:00
zlib
.dir-locals.el
.gitattributes
.gitignore
ABOUT-NLS
COPYING
COPYING.LIB
COPYING.RUNTIME
COPYING3
COPYING3.LIB
ChangeLog Daily bump. 2021-05-18 00:16:40 +00:00
ChangeLog.jit
ChangeLog.tree-ssa
MAINTAINERS MAINTAINERS: Add myself for write after approval 2021-05-17 23:54:34 +03:00
Makefile.def Remove libhsail-rt. 2021-05-11 15:13:30 +02:00
Makefile.in Remove libhsail-rt. 2021-05-11 15:13:30 +02:00
Makefile.tpl
README
ar-lib
compile
config-ml.in
config.guess
config.rpath
config.sub
configure Remove libhsail-rt. 2021-05-11 15:13:30 +02:00
configure.ac Remove libhsail-rt. 2021-05-11 15:13:30 +02:00
depcomp
install-sh
libtool-ldflags
libtool.m4
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4
missing
mkdep
mkinstalldirs
move-if-change
multilib.am
symlink-tree
test-driver
ylwrap

README

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the files whose
names start with COPYING for copying permission.  The manuals, and
some of the runtime libraries, are under different terms; see the
individual source files for details.

The directory INSTALL contains copies of the installation information
as HTML and plain text.  The source of this information is
gcc/doc/install.texi.  The installation information includes details
of what is included in the GCC sources and what files GCC installs.

See the file gcc/doc/gcc.texi (together with other files that it
includes) for usage and porting information.  An online readable
version of the manual is in the files gcc/doc/gcc.info*.

See http://gcc.gnu.org/bugs/ for how to report bugs usefully.

Copyright years on GCC source files may be listed using range
notation, e.g., 1987-2012, indicating that every year in the range,
inclusive, is a copyrightable year that could otherwise be listed
individually.