From: John David Anglin Date: Thu, 29 Aug 2002 21:16:35 +0000 (+0000) Subject: * som.h (ALWAYS_STRIP_DOTDOT): Define to 1. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4385234278e3b3d29b88672b3567829448b4c945;p=platform%2Fupstream%2Fgcc.git * som.h (ALWAYS_STRIP_DOTDOT): Define to 1. From-SVN: r56664 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b2dcdf1..e29e98e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-08-29 John David Anglin + + * som.h (ALWAYS_STRIP_DOTDOT): Define to 1. + 2002-08-29 Richard Henderson * expr.h (enum block_op_methods): New. diff --git a/gcc/config/pa/som.h b/gcc/config/pa/som.h index 644c859..e72b7fe 100644 --- a/gcc/config/pa/som.h +++ b/gcc/config/pa/som.h @@ -365,3 +365,9 @@ do { \ /* SOM does not support the init_priority C++ attribute. */ #undef SUPPORTS_INIT_PRIORITY #define SUPPORTS_INIT_PRIORITY 0 + +/* The SOM linker hardcodes paths into binaries. As a result, dotdots + must be removed from library prefixes to prevent binaries from depending + on the location of the GCC tool directory. The downside is GCC + cannot be moved after installation using a symlink. */ +#define ALWAYS_STRIP_DOTDOT 1