Go to file
Sanjoy Das 8afa2bfbdc compiler: Define and use backend-independent Location class.
From Sanjoy Das.

	* go-location.h: New file.
	* go-linemap.cc: New file.
	* go-gcc.cc: Change all uses of source_location to Location.
	* Make-lang.in (GO_OBJS): Add go/go-linemap.o.
	(GO_LINEMAP_H): New variable.
	(GO_LEX_H): Use $(GO_LINEMAP_H).
	(GO_GOGO_H, GO_TYPES_H, GO_IMPORT_H): Likewise.
	(go/go-linemap.o): New target.

Co-Authored-By: Ian Lance Taylor <iant@google.com>

From-SVN: r181813
2011-11-29 19:10:50 +00:00
boehm-gc Additional fixes for FreeBSD-10 build: 2011-11-21 20:22:35 +01:00
config weakref.m4: New file. 2011-11-22 14:49:11 +00:00
contrib Support sun symbol versioning in libitm 2011-11-21 17:03:50 +00:00
fixincludes inclhack.def (aix_once_init_[12]): New fixes. 2011-11-16 21:28:07 -05:00
gcc compiler: Define and use backend-independent Location class. 2011-11-29 19:10:50 +00:00
gnattools
include Merge from transactional-memory branch. 2011-11-08 11:13:41 +00:00
INSTALL
intl
libada Fix minor issues 2011-11-19 16:24:22 +00:00
libcpp line-map.h (linemap_dump): Declare. 2011-11-22 11:13:00 -05:00
libdecnumber
libffi Additional fixes for FreeBSD-10 build: 2011-11-21 20:22:35 +01:00
libgcc config.host (tic6x-*-uclinux): Append to extra_parts. 2011-11-29 15:55:38 +00:00
libgfortran Additional fixes for FreeBSD-10 build: 2011-11-21 20:22:35 +01:00
libgo runtime: Multiplex goroutines onto OS threads. 2011-11-28 05:45:49 +00:00
libgomp * libgomp.h (enum memmodel): New. 2011-11-28 18:19:05 -08:00
libiberty Merge from transactional-memory branch. 2011-11-08 11:13:41 +00:00
libitm Makefile.am (libitm_la_LDFLAGS): Remove "-no-undefined". 2011-11-23 09:46:59 +00:00
libjava re PR bootstrap/50888 (Bootstrap failure in libjava against latest git glibc) 2011-11-24 08:18:16 +01:00
libmudflap Additional fixes for FreeBSD-10 build: 2011-11-21 20:22:35 +01:00
libobjc Additional fixes for FreeBSD-10 build: 2011-11-21 20:22:35 +01:00
libquadmath Additional fixes for FreeBSD-10 build: 2011-11-21 20:22:35 +01:00
libssp Additional fixes for FreeBSD-10 build: 2011-11-21 20:22:35 +01:00
libstdc++-v3 hashtable.h (_Hashtable<>::_M_rehash): Remove code useless now that the hashtable implementation put the hash code in... 2011-11-29 07:45:58 +00:00
lto-plugin Additional fixes for FreeBSD-10 build: 2011-11-21 20:22:35 +01:00
maintainer-scripts update_web_docs_svn: Make $DOCSDIR group writable after creating it. 2011-11-21 01:16:24 +00:00
zlib Additional fixes for FreeBSD-10 build: 2011-11-21 20:22:35 +01:00
ABOUT-NLS
ChangeLog * MAINTAINERS: Add self as co-maintainer of the Ada front end. 2011-11-21 19:50:11 +00:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure re PR target/49992 (lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11) 2011-11-18 10:52:32 +00:00
configure.ac re PR target/49992 (lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11) 2011-11-18 10:52:32 +00:00
COPYING
COPYING3
COPYING3.LIB
COPYING.LIB
COPYING.RUNTIME
depcomp
install-sh
libtool-ldflags
libtool.m4 Additional fixes for FreeBSD-10 build: 2011-11-21 20:22:35 +01:00
lt~obsolete.m4
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
MAINTAINERS Add myself in write-after-approval list 2011-11-25 20:31:16 +05:30
Makefile.def configure.ac: Add tool checks for READELF and READELF_FOR_TARGET. 2011-11-09 13:57:26 -05:00
Makefile.in configure.ac: Add tool checks for READELF and READELF_FOR_TARGET. 2011-11-09 13:57:26 -05:00
Makefile.tpl configure.ac: Add tool checks for READELF and READELF_FOR_TARGET. 2011-11-09 13:57:26 -05:00
missing
mkdep
mkinstalldirs
move-if-change
README
symlink-tree
ylwrap

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.