pa.h (architecture_type): New enum.
authorJerry Quinn <jquinn@nortelnetworks.com>
Mon, 26 Apr 1999 00:54:50 +0000 (00:54 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 26 Apr 1999 00:54:50 +0000 (18:54 -0600)
commitea3bfbfe6734a4a695f033b031bc90396c21bac5
tree175437abc42291e0d1dd27e42d9031e6658220e6
parentd9464cb0ebd436b29172aaa81047b54702ff260f
pa.h (architecture_type): New enum.

        * pa.h (architecture_type): New enum.
        (pa_arch_string, pa_arch): Declare.
        (MASK_PA_10, MASK_PA_20): New flags.
        (TARGET_SWITCHES): Add pa-risc-2-0.  Update docs for PA1.0 codegen.
        (TARGET_OPTIONS): Add -march= option.
        * pa.c (pa_arch, pa_arch_string):  Define.
        (override_options):  Set them.
        * pa/pa-hpux10.h (ASM_FILE_START):  Output LEVEL 2.0 asm directive for
        2.0 architecture.
        * invoke.texi (Option Summary, HPPA Options):  Document new
        architecture flags.

From-SVN: r26637
gcc/ChangeLog
gcc/config/pa/pa-hpux10.h
gcc/config/pa/pa.c
gcc/config/pa/pa.h
gcc/invoke.texi