mirror of
https://github.com/davea42/libdwarf-code.git
synced 2025-10-23 10:27:48 +08:00
10 lines
419 B
Plaintext
10 lines
419 B
Plaintext
2013-11-24 David Anderson
|
|
* Makefile: Some compilers (FreeBSD gcc, for example) do
|
|
not support -gdwarf-4, so changed the compile
|
|
to -g.
|
|
2013-08-13 David Anderson <davea42@earthlink.net>
|
|
* Add the --check option to verify that dwarf_highpc()
|
|
and the new dwarf_highpc_b() work properly with
|
|
both form address and form constant instances of
|
|
attributes DW_AT_high_pc.
|