mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-17 12:49:29 +08:00
b26e3a8231
* config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbegin, crtend. (CRTSTUFF_T_CFLAGS_S): Delete definition. * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Always use crtbegin. (ENDFILE_LINUX_SPEC): Always use crtend. * configure.in (powerpc-*-linux-gnulibc1): Don't define extra_parts. (powerpc-*-linux-gnu): Likewise. * configure: Regenerate. * config/rs6000/eabi.h: Don't include sysv4.h. (MULTILIB_DEFAULTS): Don't define. * config/rs6000/eabiaix.h: Don't include eabi.h. * config/rs6000/eabile.h: Delete. * config/rs6000/eabilesim.h: Delete. * config/rs6000/eabisim.h: Don't include eabi.h. * config/rs6000/linux.h: Don't include sysv4.h. (JUMP_TABLES_IN_TEXT_SECTION): Don't redefine. (MULTILIB_DEFAULTS): Don't redefine. * config/rs6000/rtems.h: Don't include eabi.h. * config/rs6000/sol2.h: Don't include sysv4le.h. * config/rs6000/sysv4le.h: Don't include sysv4.h. * config/rs6000/t-ppc: Delete. * config/rs6000/t-ppcgas: Correct comment. * config/rs6000/t-ppcos: Correct comment. Don't build multilibs for -fPIC, rather use -fPIC -mstrict-align as default. * config/rs6000/t-ppc: Delete. * config/rs6000/vxppc.h: Don't include sysv4.h. * config/rs6000/vxppcle.h: Delete. * configure.in: Use multiple header files for p2pc ELF targets powerpc-eabiaix, powerpc-eabisim, powerpc-rtems, powerpcle-eabi, powerpcle-eabisim, powerpc-elf, powerpcle-elf, powerpc-linux-gnu, powerpc-linux-gnulibc1, powerpc-sysv, powerpcle-sysv, powerpc-vxworks, powerpcle-vxworks. Assume GAS functionality is always available for these platforms. From-SVN: r32918 |
||
---|---|---|
boehm-gc | ||
config | ||
contrib | ||
etc | ||
gcc | ||
include | ||
INSTALL | ||
libchill | ||
libf2c | ||
libffi | ||
libiberty | ||
libio | ||
libjava | ||
libobjc | ||
libstdc++ | ||
texinfo | ||
zlib | ||
.cvsignore | ||
ChangeLog | ||
config-ml.in | ||
config.guess | ||
config.if | ||
config.sub | ||
configure | ||
configure.in | ||
COPYING | ||
COPYING.LIB | ||
install-sh | ||
ltconfig | ||
ltmain.sh | ||
MAINTAINERS | ||
Makefile.in | ||
missing | ||
mkinstalldirs | ||
move-if-change | ||
README | ||
symlink-tree | ||
ylwrap |
README for GNU development tools This directory contains various GNU compilers, assemblers, linkers, debuggers, etc., plus their support routines, definitions, and documentation. Check the INSTALL directory for detailed configuration and installation instructions. Much of the code and documentation enclosed is copyright by the Free Software Foundation, Inc. See the file COPYING or COPYING.LIB in the various directories, for a description of the GNU General Public License terms under which you can copy the files. REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info on where and how to report problems.