crti.asm: Clean up trailing whitespace.
authorDavid Mosberger <davidm@hpl.hp.com>
Tue, 1 Apr 2003 23:29:35 +0000 (23:29 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 1 Apr 2003 23:29:35 +0000 (15:29 -0800)
commit8f744ea917803a08b8f2625d87a66b4f5a557d34
tree3b7851933c9a813796d6fb586f277231dcf6bf5c
parente129b3f9512d0f842df00ea9f08c06011cae7926
crti.asm: Clean up trailing whitespace.

        * config/ia64/crti.asm: Clean up trailing whitespace.
        Remove trailing hashes (#) from identifiers.

        * config/ia64/crtn.asm: Ditto.

        * config/ia64/crtend.asm: Remove trailing hashes (#) from
        identifiers.
        (__do_global_ctors_aux): Align to 32-byte boundary.  Add unwind
        directives.  Drop explicit bundling---it just makes the code
        harder to read.  Don't save/restore gp needlessly.

        * config/ia64/crtbegin.asm: Remove trailing hashes (#) from
        identifiers (they're only needed if the identifier would clash
        with a register name otherwise).
        (__do_global_dtors_aux): Align to 32-byte boundary. Add unwind
        directives.  Drop explicit bundling---it just makes the code
        harder to read.
        (__do_jv_register_classes): Ditto.
        (.fini_array): Remove "progbits" (newer
        assemblers don't like wrong section-types).
        (.init_array): Ditto.

From-SVN: r65150
gcc/ChangeLog
gcc/config/ia64/crtbegin.asm
gcc/config/ia64/crtend.asm
gcc/config/ia64/crti.asm
gcc/config/ia64/crtn.asm