diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-25 10:11:22 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-25 10:11:22 +0000 |
commit | 07aa6752c38602118648fb6c82695aed6a30beee (patch) | |
tree | bcdf0f9a047d474f6937b96a6523a892a6a7428a /gcc/ChangeLog | |
parent | 1495af193531f252f28d653b5fdc6edfcd7d2253 (diff) | |
download | gcc-07aa6752c38602118648fb6c82695aed6a30beee.tar.gz |
definitions in config/[npr]*:
Changes add TABs on either or both sides, covering start of line,
up to any operand for all .*ASM.*_OP definitions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36611 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b12017299bb..e030477c8bc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -210,6 +210,23 @@ Here. * config/mips/osfrose.h (SET_ASM_OP): Here. * config/mips/sni-svr4.h (ABICALLS_ASM_OP): Here. + * config/ns32k/encore.h (SHARED_SECTION_ASM_OP): Here. + * config/ns32k/merlin.h (SHARED_SECTION_ASM_OP): Here. + * config/ns32k/ns32k.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): + Here. + * config/ns32k/sequent.h (SHARED_SECTION_ASM_OP): Here. + * config/ns32k/tek6000.h (SHARED_SECTION_ASM_OP): Here. + * config/pa/pa-64.h (INT_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP): Here. + * config/pa/pa.h (ASM_STABS_OP, ASM_STABN_OP): Here. + * config/pj/pj.h (SET_ASM_OP, BSS_SECTION_ASM_OP): Here. + * config/pyr/pyr.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): + Here. + * config/romp/romp.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): + Here. + * config/rs6000/rs6000.h (SET_ASM_OP): Here. + * config/rs6000/sol2.h (ASM_STABN_OP): Here. + * config/rs6000/sysv4.h (SKIP_ASM_OP, LOCAL_ASM_OP, LCOMM_ASM_OP): + Here. 2000-09-25 Richard Henderson <rth@cygnus.com> |