Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Unified Diff: include/mach-o/ChangeLog

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/longlong.h ('k') | include/mach-o/arm.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/mach-o/ChangeLog
diff --git a/include/mach-o/ChangeLog b/include/mach-o/ChangeLog
index 19eacd0c51962ccab84464188d7c4610033890ad..a36c546133dbe38c8655fc35ca25f83b6af80d54 100644
--- a/include/mach-o/ChangeLog
+++ b/include/mach-o/ChangeLog
@@ -1,3 +1,21 @@
+2012-11-14 Tristan Gingold <gingold@adacore.com>
+
+ * external.h (mach_o_entry_point_command_external)
+ (mach_o_source_version_command_external)
+ (mach_o_data_in_code_entry_external): New structures.
+
+ * loader.h (bfd_mach_o_load_command_type): Add
+ BFD_MACH_O_LC_MAIN, BFD_MACH_O_LC_DATA_IN_CODE,
+ BFD_MACH_O_LC_SOURCE_VERSION and BFD_MACH_O_LC_DYLIB_CODE_SIGN_DRS.
+ (BFD_MACH_O_REFERENCE_MASK): Adjust value.
+ (BFD_MACH_O_N_REF_TO_WEAK): New definition.
+ (BFD_MACH_O_N_ARM_THUMB_DEF, BFD_MACH_O_N_SYMBOL_RESOLVER): Likewise.
+ (bfd_mach_o_data_in_code_entry_kind): New enum.
+
+2012-11-14 Tristan Gingold <gingold@adacore.com>
+
+ * arm.h: New file.
+
2012-02-23 Iain Sandoe <idsandoe@googlemail.com>
* external.h: Add comments about relocations fields. Add macros
@@ -48,4 +66,16 @@
2011-07-06 Tristan Gingold <gingold@adacore.com>
* loader.h: New file.
-
+
+Copyright (C) 2011-2012 Free Software Foundation, Inc.
+
+Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved.
+
+Local Variables:
+mode: change-log
+left-margin: 8
+fill-column: 74
+version-control: never
+End:
« no previous file with comments | « include/longlong.h ('k') | include/mach-o/arm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698