diff options
author | Kazu Hirata <kazu@hxi.com> | 2001-11-15 05:21:09 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2001-11-15 05:21:09 +0000 |
commit | 82e41834e3da2cf11ccdecb05af30b1ed4686526 (patch) | |
tree | c24f355002d7930878d6f5494de2e04bd2a9da29 /gcc/config/rs6000/tramp.asm | |
parent | 7a0f9993298e7669bb44adad4074cae02ba0fae9 (diff) | |
download | gcc-82e41834e3da2cf11ccdecb05af30b1ed4686526.zip gcc-82e41834e3da2cf11ccdecb05af30b1ed4686526.tar.gz gcc-82e41834e3da2cf11ccdecb05af30b1ed4686526.tar.bz2 |
aix31.h: Fix comment formatting.
* config/rs6000/aix31.h: Fix comment formatting.
* config/rs6000/beos.h: Likewise.
* config/rs6000/darwin.h: Likewise.
* config/rs6000/eabi.asm: Likewise.
* config/rs6000/linux.h: Likewise.
* config/rs6000/linux64.h: Likewise.
* config/rs6000/lynx.h: Likewise.
* config/rs6000/netbsd.h: Likewise.
* config/rs6000/rs6000.c: Likewise.
* config/rs6000/rs6000.h: Likewise.
* config/rs6000/rs6000.md: Likewise.
* config/rs6000/sol2.h: Likewise.
* config/rs6000/tramp.asm: Likewise.
* config/rs6000/xcoff.h: Likewise.
* config/rs6000/xm-beos.h: Likewise.
From-SVN: r47040
Diffstat (limited to 'gcc/config/rs6000/tramp.asm')
-rw-r--r-- | gcc/config/rs6000/tramp.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/tramp.asm b/gcc/config/rs6000/tramp.asm index 5f304899..737a8fb 100644 --- a/gcc/config/rs6000/tramp.asm +++ b/gcc/config/rs6000/tramp.asm @@ -33,7 +33,7 @@ * the executable file might be covered by the GNU General Public License. */ -/* Set up trampolines. */ +/* Set up trampolines. */ .file "tramp.asm" .section ".text" |