diff options
author | espindola <espindola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-11-19 15:30:04 +0000 |
---|---|---|
committer | espindola <espindola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-11-19 15:30:04 +0000 |
commit | 8189766950a1fe0ce81d80fd63a73fce5d85d68c (patch) | |
tree | 2bceb2caf367c96e78ef2f30f853dfb57daaa53c /gcc/lto/lto.h | |
parent | 3808c1b8f13faa146aa233f4d9218cc0dbc11e15 (diff) | |
download | gcc-8189766950a1fe0ce81d80fd63a73fce5d85d68c.tar.gz |
2009-11-19 Rafael Avila de Espindola <espindola@google.com>
PR bootstrap/42096
* lto-plugin.c (claim_file_handler): Print offsets in hex.
2009-11-19 Rafael Avila de Espindola <espindola@google.com>
PR bootstrap/42096
* lto-elf.c (lto_elf_file_open): Use lto_parse_hex.
* lto.c (lto_parse_hex): New.
(lto_resolution_read): Use lto_parse_hex.
* lto.h (lto_parse_hex): New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@154330 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/lto/lto.h')
-rw-r--r-- | gcc/lto/lto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/lto/lto.h b/gcc/lto/lto.h index 3b92b41e9a3..0c4305a1731 100644 --- a/gcc/lto/lto.h +++ b/gcc/lto/lto.h @@ -57,5 +57,6 @@ struct lto_section_slot size_t len; }; +int64_t lto_parse_hex (const char *p); #endif /* LTO_H */ |