aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/lto/ChangeLog')
-rw-r--r--gcc/lto/ChangeLog32
1 files changed, 16 insertions, 16 deletions
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog
index a288a0034ab..8cf2a09223d 100644
--- a/gcc/lto/ChangeLog
+++ b/gcc/lto/ChangeLog
@@ -1,19 +1,3 @@
-2008-06-07 Kenneth Zadeck <zadeck@naturalbridge.com>
- Jan Hubicka <jh@suse.cz>
-
- * lto.c (sys/mman.h, tree-pass.h): New includes.
- (lto_materialize_constructors_and_inits,
- lto_materialize_function): Keeps length of section.
- (lto_materialize_cgraph): Removed.
- (lto_read_decls): Initialize fd field.
- (lto_file_read): Different return type and removed much code to
- lto_main.
- (page_mask): New variable.
- (lto_read_section_data, get_section_data, free_section_data): New
- functions.
- (lto_main): Now calls pass manager, sets the hooks so that the ipa
- passes can get the section data.
-
2008-06-04 Ollie Wild <aaw@google.com>
* lto.c: Remove inclusion of dwarf2.h and dwarf2out.h.
@@ -79,6 +63,22 @@
* lto-section-out.h (lto_hash_global_slot_node, lto_eq_global_slot_node):
Declare.
+2008-06-07 Kenneth Zadeck <zadeck@naturalbridge.com>
+ Jan Hubicka <jh@suse.cz>
+
+ * lto.c (sys/mman.h, tree-pass.h): New includes.
+ (lto_materialize_constructors_and_inits,
+ lto_materialize_function): Keeps length of section.
+ (lto_materialize_cgraph): Removed.
+ (lto_read_decls): Initialize fd field.
+ (lto_file_read): Different return type and removed much code to
+ lto_main.
+ (page_mask): New variable.
+ (lto_read_section_data, get_section_data, free_section_data): New
+ functions.
+ (lto_main): Now calls pass manager, sets the hooks so that the ipa
+ passes can get the section data.
+
2008-05-27 Kenneth Zadeck <zadeck@naturalbridge.com>
* lto.h (lto_read_decls): Made local.