This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

symtab/1472: BELIEVE_PCC_PROMOTION_TYPE on the way out


>Number:         1472
>Category:       symtab
>Synopsis:       BELIEVE_PCC_PROMOTION_TYPE on the way out
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          maintenance
>Submitter-Id:   net
>Arrival-Date:   Mon Dec 01 17:18:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     mec.gnu@mindspring.com
>Release:        gdb HEAD 2003-12-0 17:00:00 UTC
>Organization:
>Environment:

>Description:
BELIEVE_PCC_PROMOTION_TYPE is defined in just one file, config/m68k/tm-sun3.h, which has just been made obsolete.

config/m68k/tm-sun3.h:// OBSOLETE #define BELIEVE_PCC_PROMOTION_TYPE 1
doc/gdbint.texinfo:@item BELIEVE_PCC_PROMOTION_TYPE
doc/gdbint.texinfo:@findex BELIEVE_PCC_PROMOTION_TYPE
gdbarch.c:#ifdef BELIEVE_PCC_PROMOTION_TYPE
gdbarch.c:                      "gdbarch_dump: BELIEVE_PCC_PROMOTION_TYPE # %s\n
gdbarch.c:                      XSTRING (BELIEVE_PCC_PROMOTION_TYPE));
gdbarch.c:                      "gdbarch_dump: BELIEVE_PCC_PROMOTION_TYPE = %d\n
gdbarch.c:                      BELIEVE_PCC_PROMOTION_TYPE);
gdbarch.h:#if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (BELIEVE_PCC_
gdbarch.h:#error "Non multi-arch definition of BELIEVE_PCC_PROMOTION_TYPE"
gdbarch.h:#if !defined (BELIEVE_PCC_PROMOTION_TYPE)
gdbarch.h:#define BELIEVE_PCC_PROMOTION_TYPE (gdbarch_believe_pcc_promotion_type
gdbarch.sh:v::BELIEVE_PCC_PROMOTION_TYPE:int:believe_pcc_promotion_type:::::::
stabsread.c:      if (BELIEVE_PCC_PROMOTION_TYPE)
>How-To-Repeat:
grep -r BELIEVE_PCC_PROMOTION_TYPE
>Fix:
Wait for gdb 6.1.

If config/m68k/tm-sun3.h is removed, then BELIEVE_PCC_PROMOTION_TYPE can be changed from a multi-arch variable to a dev-null-arch variable.
>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]