]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Use the correct name for various MACH-O based operating systems in comments.
authorSaagar Jha <saagar@saagarjha.com>
Fri, 15 Feb 2019 12:50:52 +0000 (12:50 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 15 Feb 2019 12:50:52 +0000 (12:50 +0000)
include * mach-o/loader.h: Use new OS names in comments.

include/ChangeLog
include/mach-o/loader.h

index 2a71eee451a76afabb6f9f9f873f416c788aeeef..7045bc984093d89beab34215705553523c67dde5 100644 (file)
@@ -1,3 +1,7 @@
+2019-02-15  Saagar Jha  <saagar@saagarjha.com>
+
+       * mach-o/loader.h: Use new OS names in comments.
+
 2019-02-11  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
 
        * splay-tree.h (splay_tree_delete_key_fn): Update comment.
index a870e50ba0afd1546cb7646c90d6c7b0e2e628ff..edf0a8becf3dd2f2cc6d500f2dbcd8d197ba479a 100644 (file)
@@ -174,8 +174,8 @@ typedef enum bfd_mach_o_load_command_type
   BFD_MACH_O_LC_ENCRYPTION_INFO = 0x21,                /* Encrypted segment info.  */
   BFD_MACH_O_LC_DYLD_INFO = 0x22,              /* Compressed dyld information.  */
   BFD_MACH_O_LC_LOAD_UPWARD_DYLIB = 0x23,      /* Load upward dylib.  */
-  BFD_MACH_O_LC_VERSION_MIN_MACOSX = 0x24,     /* Minimal MacOSX version.  */
-  BFD_MACH_O_LC_VERSION_MIN_IPHONEOS = 0x25,   /* Minimal IOS version.  */
+  BFD_MACH_O_LC_VERSION_MIN_MACOSX = 0x24,     /* Minimal macOS version.  */
+  BFD_MACH_O_LC_VERSION_MIN_IPHONEOS = 0x25,   /* Minimal iOS version.  */
   BFD_MACH_O_LC_FUNCTION_STARTS = 0x26,        /* Compressed table of func start.  */
   BFD_MACH_O_LC_DYLD_ENVIRONMENT = 0x27,       /* Env variable string for dyld.  */
   BFD_MACH_O_LC_MAIN = 0x28,                   /* Entry point.  */
@@ -186,7 +186,7 @@ typedef enum bfd_mach_o_load_command_type
   BFD_MACH_O_LC_LINKER_OPTIONS = 0x2d,         /* Linker options.  */
   BFD_MACH_O_LC_LINKER_OPTIMIZATION_HINT = 0x2e,/* Optimization hints.  */
   BFD_MACH_O_LC_VERSION_MIN_TVOS = 0x2f,       /* Minimal tvOS version.  */
-  BFD_MACH_O_LC_VERSION_MIN_WATCHOS = 0x30,    /* Minimal WatchOS version.  */
+  BFD_MACH_O_LC_VERSION_MIN_WATCHOS = 0x30,    /* Minimal watchOS version.  */
   BFD_MACH_O_LC_NOTE = 0x31,                   /* Region of arbitrary data.  */
   BFD_MACH_O_LC_BUILD_VERSION = 0x32,          /* Generic build version.  */
 }