aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2011-11-24 16:26:25 +0000
committerTristan Gingold <gingold@adacore.com>2011-11-24 16:26:25 +0000
commite4c5f296b4d6d7291d5ec0bf857cf2a9e22455af (patch)
treedc4b3d2f208b6b6abedf7e963708292191af0b47 /gdb/ChangeLog
parent130854dfe4d67cad84a7ce94b7f61ea90435933a (diff)
downloadgdb-e4c5f296b4d6d7291d5ec0bf857cf2a9e22455af.zip
gdb-e4c5f296b4d6d7291d5ec0bf857cf2a9e22455af.tar.gz
gdb-e4c5f296b4d6d7291d5ec0bf857cf2a9e22455af.tar.bz2
2011-11-24 Tristan Gingold <gingold@adacore.com>
* machoread.c (oso_el): Remove num_Sections, symbols, offsets fields. Add oso_sym, end_sym and nbr_syms. (macho_register_oso): Change interface. (macho_symtab_add_minsym): New function. (macho_symtab_read): Rewritten. (get_archive_prefix_len): Remove trailing blanks. (oso_el_compare_name): Add comment. (struct macho_sym_hash_entry): New structure. (macho_relocate_common_syms): Remove. (macho_sym_hash_newfunc): New function. (macho_resolve_oso_sym_with_minsym): Likewise. (macho_add_oso_symfile): Rewritten. (macho_symfile_read_all_oso): Remove trailing blanks. Adjust code to free oso vector. (macho_symfile_read): Likewise. Move code to initialize minimal symbol
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index fd0d1a4..a363cc5 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,22 @@
+2011-11-24 Tristan Gingold <gingold@adacore.com>
+
+ * machoread.c (oso_el): Remove num_Sections, symbols, offsets
+ fields. Add oso_sym, end_sym and nbr_syms.
+ (macho_register_oso): Change interface.
+ (macho_symtab_add_minsym): New function.
+ (macho_symtab_read): Rewritten.
+ (get_archive_prefix_len): Remove trailing blanks.
+ (oso_el_compare_name): Add comment.
+ (struct macho_sym_hash_entry): New structure.
+ (macho_relocate_common_syms): Remove.
+ (macho_sym_hash_newfunc): New function.
+ (macho_resolve_oso_sym_with_minsym): Likewise.
+ (macho_add_oso_symfile): Rewritten.
+ (macho_symfile_read_all_oso): Remove trailing blanks.
+ Adjust code to free oso vector.
+ (macho_symfile_read): Likewise.
+ Move code to initialize minimal symbol
+
2011-11-24 Maciej W. Rozycki <macro@codesourcery.com>
* mips-tdep.c (extended_offset): Fix formatting.