diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2011-11-27 05:50:12 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2011-11-27 05:50:12 +0000 |
commit | a58371f313034981ebdcdbd6e7604a41df281a00 (patch) | |
tree | 1364254d54136d00aeb8b22dd4deaa072c27b673 /gcc/config/pa | |
parent | f6d93d7483018ed7c7c432dfb2fe8eb0684ee976 (diff) | |
download | gcc-a58371f313034981ebdcdbd6e7604a41df281a00.zip gcc-a58371f313034981ebdcdbd6e7604a41df281a00.tar.gz gcc-a58371f313034981ebdcdbd6e7604a41df281a00.tar.bz2 |
* config/pa/pa-linux.h (TARGET_GAS): Remove comment.
From-SVN: r181759
Diffstat (limited to 'gcc/config/pa')
-rw-r--r-- | gcc/config/pa/pa-linux.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/pa/pa-linux.h b/gcc/config/pa/pa-linux.h index addc0e1..6cc68a5 100644 --- a/gcc/config/pa/pa-linux.h +++ b/gcc/config/pa/pa-linux.h @@ -133,7 +133,6 @@ along with GCC; see the file COPYING3. If not see } \ while (0) -/* Linux always uses gas. */ #undef TARGET_GAS #define TARGET_GAS 1 |