toplev.c (main): Call the front-end specific post_options hook if one is given.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Sun, 7 Jan 2001 03:34:28 +0000 (03:34 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sun, 7 Jan 2001 03:34:28 +0000 (03:34 +0000)
commitcd2a3ba227ec911a49752265362a07008a50aac6
tree4dc1d6254e96cddffb6b0b0b93145fa144532257
parent65289a3a42e60ebfe23f858ccfa0e66b13e844ed
toplev.c (main): Call the front-end specific post_options hook if one is given.

        * toplev.c (main): Call the front-end specific post_options
        hook if one is given.
        * toplev.h (struct_lang_hooks, lang_hooks): New.
        * c-lang.c (c_post_options, lang_hooks): Implement lang_hooks
        for the C front end.
        * cp/decl2.c (cxx_post_options, lang_hooks): Implement
        lang_hooks for the C++ front end.
        * objc/objc-act.c (objc_post_options, lang_hooks): Implement
        lang_hooks for the ObjC front end.
        * f/com.c (lang_hooks): Hooks for the Fortran front end.
        * java/lang.c (lang_hooks): Hooks for the Java front end.

From-SVN: r38757
gcc/ChangeLog
gcc/c-lang.c
gcc/cp/decl2.c
gcc/f/com.c
gcc/java/lang.c
gcc/objc/objc-act.c
gcc/toplev.c
gcc/toplev.h