Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/bfd/cpu-hppa.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    11/* BFD support for the HP Precision Architecture architecture.
    2    Copyright 1992, 1995, 1998, 1999, 2000 Free Software Foundation, Inc.
     2   Copyright 1992, 1995, 1998, 1999, 2000, 2002
     3   Free Software Foundation, Inc.
    34
    45This file is part of BFD, the Binary File Descriptor library.
     
    3233  "hppa1.0",
    3334  3,
    34   true,                         /* Unless we use 1.1 specific features */
     35  TRUE,                         /* Unless we use 1.1 specific features */
    3536  bfd_default_compatible,
    3637  bfd_default_scan ,
     
    4950  "hppa2.0",
    5051  3,
    51   false,                        /* Unless we use 1.1 specific features */
     52  FALSE,                        /* Unless we use 1.1 specific features */
    5253  bfd_default_compatible,
    5354  bfd_default_scan ,
     
    6667  "hppa2.0w",
    6768  3,
    68   false,                        /* Unless we use 1.1 specific features */
     69  FALSE,                        /* Unless we use 1.1 specific features */
    6970  bfd_default_compatible,
    7071  bfd_default_scan ,
     
    8283  "hppa1.1",
    8384  3,
    84   false,                        /* 1.1 specific features used */
     85  FALSE,                        /* 1.1 specific features used */
    8586  bfd_default_compatible,
    8687  bfd_default_scan ,
Note: See TracChangeset for help on using the changeset viewer.