Warning fixes:
commit6b40eba48293f5d7e2e65a39a8f329b916387178
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Oct 1998 18:00:53 +0000 (28 18:00 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Oct 1998 18:00:53 +0000 (28 18:00 +0000)
tree42470feb11450cf3a835fa2970afa3051887c4e2
parenta9c6673319dac324930c5006f834ee2920ef994a
Warning fixes:
        * gcc.c (EXTRA_SPECS, extra_specs): Introduce an intermediate
        structure which has exactly the members provided by EXTRA_SPECS.
        Xmalloc() the real `extra_specs', and initialize it from this
        intermediate structure.
        * alpha.h (EXTRA_SPECS): Revert change for missing initializers.
        * mips.h  (EXTRA_SPECS): Likewise.
        * sparc.h (EXTRA_SPECS): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23406 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/alpha/alpha.h
gcc/config/mips/mips.h
gcc/config/sparc/sparc.h
gcc/gcc.c