]> git.ipfire.org Git - thirdparty/gcc.git/commit
libbacktrace: don't special case file 0
authorIan Lance Taylor <iant@golang.org>
Wed, 3 Mar 2021 02:14:55 +0000 (18:14 -0800)
committerIan Lance Taylor <iant@golang.org>
Wed, 3 Mar 2021 02:16:58 +0000 (18:16 -0800)
commit9b2084db9f9917eb9b19b1eb5ec03cdcb05f349e
treebc15d73426f7b699262b4d163642ea09abd93c4a
parentd97a92dca90bb1badb68782c1293f3cd4ff911ea
libbacktrace: don't special case file 0

It's no longer necessary as file 0 is now set up in all cases.

* dwarf.c (read_line_program): Don't special case file 0.
(read_function_entry): Likewise.
libbacktrace/dwarf.c