public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/14152] [3.5 Regression] `sdbout_type_decl' undeclared in sdbout.c, stage 1 of bootstrap
Date: Sun, 15 Feb 2004 22:13:00 -0000	[thread overview]
Message-ID: <20040215221328.1609.qmail@sources.redhat.com> (raw)
In-Reply-To: <20040215214740.14152.v.haisman@sh.cvut.cz>


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-15 22:13 -------
I should have said this is a fall out from:
2004-02-12  Zack Weinberg  <zack@codesourcery.com>

        * debug.h (struct gcc_debug_hooks): Add type_decl field.
        (debug_nothing_tree_int): Prototype.
        (dwarf_debug_hooks): Delete, unused.
        * debug.c (do_nothing_debug_hooks): Update.
        (debug_nothing_tree_int): New function.
        * langhooks.h (struct lang_hooks_for_decls):
        Remove builtin_type_decls field.
        * langhooks-def.h (LANG_HOOKS_BUILTIN_TYPE_DECLS): Delete.
        (LANG_HOOKS_DECLS): Update.
        * toplev.c (rest_of_decl_compilation, rest_of_type_compilation):
        Use debug_hooks->type_decl.
        * dbxout.c (preinit_symbols): New static.
        (dbx_debug_hooks, xcoff_debug_hooks): Update.
        (dbxout_init): Don't call DBX_OUTPUT_STANDARD_TYPES or
        lang_hooks.decls.builtin_type_decls.  Do scan preinit_symbols
        for symbols to output.
        (dbxout_type_decl): New function.
        (dbxout_symbol): If called before dbxout_init has run, queue
        the symbol for later.  Apply DBX_ASSIGN_FUNDAMENTAL_TYPE_NUMBER
        to TYPE_DECLs before emitting them.
        * xcoffout.c (assign_type_number): Delete.
        (xcoff_type_numbers): New static table.
        (xcoff_assign_fundamental_type_number): New function.
        * xcoffout.h: Define DBX_ASSIGN_FUNDAMENTAL_TYPE_NUMBER, not
        DBX_OUTPUT_STANDARD_TYPES.  Remove unnecessary #ifdefs.
        * sdbout.c: Include varray.h.
        (deferred_global_decls): New static.
        (sdb_debug_hooks): Update.
        (sdbout_global_decl): If we can't emit something right now,
        remember it in deferred_global_decls.
        (sdbout_finish): Just scan deferred_global_decls; don't call getdecls.
        (sdbout_init): Initialize deferred_global_decls.
        * Makefile.in: Update dependencies of sdbout.o.
        * dwarf2out.c (dwarf2out_type_decl): New function.
        (dwarf2_debug_hooks): Update.
        * vmsdbgout.c (vmsdbg_debug_hooks): Update.
        * c-decl.c (getdecls): Just return 0.
        (check_for_loop_decls): Don't use getdecls.
        (record_builtin_type): Call debug_hooks->type_decl on the TYPE_DECL.
        * c-objc-common.c (c_objc_common_finish_file): Don't use getdecls.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14152


  parent reply	other threads:[~2004-02-15 22:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-15 21:47 [Bug bootstrap/14152] New: " v dot haisman at sh dot cvut dot cz
2004-02-15 22:07 ` [Bug target/14152] [3.5 Regression] " pinskia at gcc dot gnu dot org
2004-02-15 22:13 ` pinskia at gcc dot gnu dot org [this message]
2004-02-16 19:04 ` pinskia at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040215221328.1609.qmail@sources.redhat.com \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).