public inbox for dwz@sourceware.org
 help / color / mirror / Atom feed
From: "jakub at redhat dot com" <sourceware-bugzilla@sourceware.org>
To: dwz@sourceware.org
Subject: [Bug default/27212] ./dwz: xxx: Invalid DW_AT_decl_file file number 20
Date: Wed, 20 Jan 2021 18:28:26 +0000	[thread overview]
Message-ID: <bug-27212-11298-6ojie3snrY@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-27212-11298@http.sourceware.org/bugzilla/>

https://sourceware.org/bugzilla/show_bug.cgi?id=27212

--- Comment #3 from Jakub Jelinek <jakub at redhat dot com> ---
So we have in gencheck's .debug_abbrev:
   7      DW_TAG_variable    [no children]
    DW_AT_name         DW_FORM_strp
    DW_AT_decl_file    DW_FORM_implicit_const: 20
    DW_AT_decl_line    DW_FORM_data2
    DW_AT_decl_column  DW_FORM_implicit_const: 24
    DW_AT_type         DW_FORM_ref4
    DW_AT value: 0     DW_FORM value: 0
and in .debug_info:
 <1><1223>: Abbrev Number: 7 (DW_TAG_variable)
    <1224>   DW_AT_name        : (indirect string, offset: 0x18c8): PTA_3DNOW
    <1228>   DW_AT_decl_file   : 20
    <1228>   DW_AT_decl_line   : 2394
    <122a>   DW_AT_decl_column : 24
    <122a>   DW_AT_type        : <0x1204>
The DW_AT_decl_file uses DW_FORM_implicit_const 20, and that is fine given
corresponding:
 The File Name Table (offset 0x194):
  Entry Dir     Time    Size    Name
  1     1       0       0       gencheck.c
  2     1       0       0       wide-int-bitmask.h
  3     2       0       0       stddef.h
  4     3       0       0       types.h
  5     4       0       0       struct_FILE.h
  6     4       0       0       FILE.h
  7     5       0       0       cstring
  8     5       0       0       type_traits
  9     5       0       0       cstdlib
  10    6       0       0       std_abs.h
  11    7       0       0       string.h
  12    7       0       0       stdlib.h
  13    3       0       0       stdlib-float.h
  14    3       0       0       stdlib-bsearch.h
  15    5       0       0       stdlib.h
  16    3       0       0       stdint-uintn.h
  17    8       0       0       c++config.h
  18    1       0       0       flag-types.h
  19    7       0       0       stdio.h
  20    9       0       0       i386.h
  21    1       0       0       wide-int.h
But somehow the cu we see during reading has only fewer files than that.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

  parent reply	other threads:[~2021-01-20 18:28 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-20  8:38 [Bug default/27212] New: " jakub at redhat dot com
2021-01-20 10:59 ` [Bug default/27212] " mark at klomp dot org
2021-01-20 18:06 ` jakub at redhat dot com
2021-01-20 18:28 ` jakub at redhat dot com [this message]
2021-01-20 19:40 ` jakub at redhat dot com
2021-01-20 19:43 ` jakub at redhat dot com
2021-01-20 21:15 ` mark at klomp dot org
2021-01-20 21:32 ` jakub at redhat dot com
2021-01-20 21:56 ` mark at klomp dot org
2021-01-21  7:58 ` jakub at redhat dot com
2021-02-08 15:51 ` mark at klomp 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=bug-27212-11298-6ojie3snrY@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=dwz@sourceware.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).