From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 57619 invoked by alias); 28 Oct 2018 03:57:22 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 57574 invoked by uid 89); 28 Oct 2018 03:57:20 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:188, HX-Received:sk:b1-v6mr, HX-Received:d881, H*c:HHHHHHHH X-HELO: mail-pl1-f176.google.com Received: from mail-pl1-f176.google.com (HELO mail-pl1-f176.google.com) (209.85.214.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 28 Oct 2018 03:57:19 +0000 Received: by mail-pl1-f176.google.com with SMTP id t6-v6so2223494plo.9; Sat, 27 Oct 2018 20:57:19 -0700 (PDT) Return-Path: Received: from resnet-31-44.resnet.ucsb.edu (ResNet-31-44.resnet.ucsb.edu. [169.231.31.44]) by smtp.gmail.com with ESMTPSA id y1-v6sm17896080pfy.89.2018.10.27.20.57.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 27 Oct 2018 20:57:16 -0700 (PDT) From: Saagar Jha Content-Type: multipart/mixed; boundary="Apple-Mail=_B849EA19-BC6E-49A8-9733-5D10F507D721" Mime-Version: 1.0 (Mac OS X Mail 12.1 \(3445.101.1\)) Subject: [PATCH] Use new Darwin operating system names Message-Id: Date: Sun, 28 Oct 2018 03:57:00 -0000 Cc: gdb-patches@sourceware.org To: binutils@sourceware.org X-IsSubscribed: yes X-SW-Source: 2018-10/txt/msg00664.txt.bz2 --Apple-Mail=_B849EA19-BC6E-49A8-9733-5D10F507D721 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Content-length: 149 I=E2=80=99ve taken the liberty to update the operating system names in incl= ude/mach-o/loader.h to use their modern spellings. Regards, Saagar Jha --Apple-Mail=_B849EA19-BC6E-49A8-9733-5D10F507D721 Content-Disposition: attachment; filename=Use-new-Darwin-operating-system-names.patch Content-Type: application/octet-stream; x-unix-mode=0644; name="Use-new-Darwin-operating-system-names.patch" Content-Transfer-Encoding: quoted-printable Content-length: 2135 >From bc2e3bc8c0cb1d4d407598952613ab12bfc167a8 Mon Sep 17 00:00:00 2001=0A= From: Saagar Jha =0A= Date: Fri, 26 Oct 2018 04:44:28 -0700=0A= Subject: [PATCH 2/5] Use new Darwin operating system names=0A= =0A= Replace MacOSX with macOS, IOS with iOS, and WatchOS with watchOS.=0A= =0A= ChangeLog:=0A= 2018-10-26 Saagar Jha =0A= =0A= * include/mach-o/loader.h: Use new OS names.=0A= ---=0A= include/mach-o/loader.h | 6 +++---=0A= 1 file changed, 3 insertions(+), 3 deletions(-)=0A= =0A= diff --git a/include/mach-o/loader.h b/include/mach-o/loader.h=0A= index c075a8e023..2c02102c9f 100644=0A= --- a/include/mach-o/loader.h=0A= +++ b/include/mach-o/loader.h=0A= @@ -174,8 +174,8 @@ typedef enum bfd_mach_o_load_command_type=0A= BFD_MACH_O_LC_ENCRYPTION_INFO =3D 0x21, /* Encrypted segment info. */= =0A= BFD_MACH_O_LC_DYLD_INFO =3D 0x22, /* Compressed dyld information. */=0A= BFD_MACH_O_LC_LOAD_UPWARD_DYLIB =3D 0x23, /* Load upward dylib. */=0A= - BFD_MACH_O_LC_VERSION_MIN_MACOSX =3D 0x24, /* Minimal MacOSX version. = */=0A= - BFD_MACH_O_LC_VERSION_MIN_IPHONEOS =3D 0x25, /* Minimal IOS version. */= =0A= + BFD_MACH_O_LC_VERSION_MIN_MACOSX =3D 0x24, /* Minimal macOS version. = */=0A= + BFD_MACH_O_LC_VERSION_MIN_IPHONEOS =3D 0x25, /* Minimal iOS version. */= =0A= BFD_MACH_O_LC_FUNCTION_STARTS =3D 0x26, /* Compressed table of func sta= rt. */=0A= BFD_MACH_O_LC_DYLD_ENVIRONMENT =3D 0x27, /* Env variable string for dyld= . */=0A= BFD_MACH_O_LC_MAIN =3D 0x28, /* Entry point. */=0A= @@ -185,7 +185,7 @@ typedef enum bfd_mach_o_load_command_type=0A= BFD_MACH_O_LC_ENCRYPTION_INFO_64 =3D 0x2c, /* Encrypted 64 bit seg info.= */=0A= BFD_MACH_O_LC_LINKER_OPTIONS =3D 0x2d, /* Linker options. */=0A= BFD_MACH_O_LC_LINKER_OPTIMIZATION_HINT =3D 0x2e, /* Optimization hints. = */=0A= - BFD_MACH_O_LC_VERSION_MIN_WATCHOS =3D 0x30 /* Minimal WatchOS version. = */=0A= + BFD_MACH_O_LC_VERSION_MIN_WATCHOS =3D 0x30, /* Minimal watchOS version. = */=0A= }=0A= bfd_mach_o_load_command_type;=0A= =0C=0A= --=20=0A= 2.19.1=0A= =0A= --Apple-Mail=_B849EA19-BC6E-49A8-9733-5D10F507D721 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Content-length: 1 --Apple-Mail=_B849EA19-BC6E-49A8-9733-5D10F507D721--