public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: "徐持恒 Xu Chiheng" <chiheng.xu@gmail.com>
To: Jan Beulich <jbeulich@suse.com>
Cc: "binutils@sourceware.org" <binutils@sourceware.org>,
	"H.J. Lu" <hjl.tools@gmail.com>
Subject: Re: [PATCH] binutils: partially revert 17c6c3b99156fe82c1e637e1a5fd9f163ac788c8
Date: Mon, 21 Nov 2022 16:50:49 +0800	[thread overview]
Message-ID: <CAPOVtOvgfj=Y+ipJOAdfU_4qyQkPOywr+VVKrC+CK33vh-pFJQ@mail.gmail.com> (raw)
In-Reply-To: <CAPOVtOvXtVgkhHMFekdX8=7DUhf9V4siKVO2Jdt8MD122N5PXA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2888 bytes --]

On Mon, Nov 21, 2022 at 4:30 PM 徐持恒 Xu Chiheng <chiheng.xu@gmail.com> wrote:
>
> On Mon, Nov 21, 2022 at 3:53 PM Jan Beulich <jbeulich@suse.com> wrote:
> >
> > you didn't actually demonstrate the behavior, could you please attach
> > both input and output objects you pass into / get out of objcopy?
> >
>

clang++ -target x86_64-elf -c -O3
-DGIT_COMMIT=\""01c3a0a4688485d80cd2bc12ceb06709de32f365"\"
-ffreestanding -fno-builtin -fvisibility=hidden
-fno-omit-frame-pointer -fno-optimize-sibling-calls -Wall -Wextra
-Werror -Wno-address -Wno-strict-aliasing -Wno-unused-parameter
-Wno-unused-function -Wno-unused-variable -Wno-unused-but-set-variable
-Wno-nonnull-compare -Wno-array-bounds -Wno-cast-function-type
-Wno-stringop-overflow -Wno-implicit-fallthrough
-Wno-unknown-warning-option -Wno-unknown-attributes
-Wno-inline-new-delete -Wno-null-dereference -Wno-unused-private-field
-Wno-undefined-bool-conversion -Wno-c99-designator
-Wno-null-pointer-subtraction -fuse-init-array -march=x86-64
-mno-red-zone -mno-80387 -mno-mmx -msse2  -fno-use-cxa-atexit
-fno-rtti -fno-exceptions -fsized-deallocation -Woverloaded-virtual
-Wnamespaces -Wtemplates -Wvirtual-inheritance -Wno-invalid-offsetof
-Wno-pmf-conversions -MMD -MP -D__KernelGenius__
-I/cygdrive/c/Users/Administrator/OS/os/include
-I/cygdrive/c/Users/Administrator/OS/os/include/kernel/x64
-I/cygdrive/c/Users/Administrator/OS/os/kern/include
-I/cygdrive/c/Users/Administrator/OS/os/kern/core/x64/include
-mno-3dnow -mno-3dnowa -mno-adx -mno-aes -mno-amx-bf16 -mno-amx-int8
-mno-amx-tile -mno-avx -mno-avx2 -mno-avx512bf16 -mno-avx512bitalg
-mno-avx512bw -mno-avx512cd -mno-avx512dq -mno-avx512er -mno-avx512f
-mno-avx512ifma -mno-avx512pf -mno-avx512vbmi -mno-avx512vbmi2
-mno-avx512vl -mno-avx512vnni -mno-avx512vp2intersect
-mno-avx512vpopcntdq -mno-avxvnni -mno-bmi -mno-bmi2 -mno-cldemote
-mno-clflushopt -mno-clwb -mno-clzero -mno-cx16 -mno-enqcmd -mno-f16c
-mno-fma -mno-fma4 -mno-fsgsbase -mno-fxsr -mno-gfni -mno-hreset
-mno-invpcid -mno-kl -mno-lwp -mno-lzcnt -mno-mmx -mno-movbe
-mno-movdir64b -mno-movdiri -mno-mwaitx -mno-pclmul -mno-pconfig
-mno-pku -mno-popcnt -mno-prefetchwt1 -mno-prfchw -mno-ptwrite
-mno-rdpid -mno-rdrnd -mno-rdseed -mno-retpoline-external-thunk
-mno-rtm -mno-sahf -mno-serialize -mno-sgx -mno-sha -mno-shstk
-mno-sse -mno-sse2 -mno-sse3 -mno-sse4.1 -mno-sse4.2 -mno-sse4
-mno-sse4a -mno-ssse3 -mno-tbm -mno-tsxldtrk -mno-uintr -mno-vaes
-mno-vpclmulqdq -mno-vzeroupper -mno-waitpkg -mno-wbnoinvd -mno-widekl
-mno-x87 -mno-xop -mno-xsave -mno-xsavec -mno-xsaveopt -mno-xsaves
-fno-pic -m32 -mcmodel=small
/cygdrive/c/Users/Administrator/OS/os/kern/core/x64/head/start32.cpp
-o kern/core/x64/head/start32.cpp.o.32

x86_64-elf-objcopy -I elf32-i386 -O elf64-x86-64
kern/core/x64/head/start32.cpp.o.32 kern/core/x64/head/start32.cpp.o

[-- Attachment #2: start32.cpp.o --]
[-- Type: application/octet-stream, Size: 17880 bytes --]

[-- Attachment #3: start32.cpp.o.32 --]
[-- Type: application/octet-stream, Size: 15940 bytes --]

  reply	other threads:[~2022-11-21  8:51 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-17 17:44 徐持恒 Xu Chiheng
2022-11-17 18:06 ` H.J. Lu
     [not found]   ` <SY4P282MB40478D0B56A396B9DF249BBE8A069@SY4P282MB4047.AUSP282.PROD.OUTLOOK.COM>
2022-11-17 18:50     ` H.J. Lu
     [not found]       ` <SY4P282MB40470E7AC17968C86A8731488A069@SY4P282MB4047.AUSP282.PROD.OUTLOOK.COM>
2022-11-17 19:11         ` H.J. Lu
     [not found]           ` <SY4P282MB40478BD7C68830B7DC5705358A069@SY4P282MB4047.AUSP282.PROD.OUTLOOK.COM>
2022-11-17 19:51             ` H.J. Lu
     [not found]               ` <SY4P282MB404738CCE8DD452A63DA4B0B8A069@SY4P282MB4047.AUSP282.PROD.OUTLOOK.COM>
2022-11-18  9:37                 ` 徐持恒 Xu Chiheng
2022-11-18 10:01                   ` Jan Beulich
2022-11-18 10:24                     ` 徐持恒 Xu Chiheng
2022-11-18 10:34                       ` Jan Beulich
2022-11-18 10:45                         ` 徐持恒 Xu Chiheng
2022-11-18 13:31                           ` Jan Beulich
     [not found]                             ` <CAPOVtOuQ3Xto+uoRVqfyWDuvqO=8XrL64+ujZHY+OsN81Q4E=A@mail.gmail.com>
2022-11-18 14:03                               ` Jan Beulich
     [not found]                               ` <da40ede4-5f91-a35e-dcae-ab222f0d0cdf@suse.com>
     [not found]                                 ` <CAPOVtOsHOzBxx=1bCMgRP-DfWzJu_eS-5UaEj-q_F8p86R-q9g@mail.gmail.com>
2022-11-18 14:09                                   ` Jan Beulich
2022-11-18 14:14                                     ` 徐持恒 Xu Chiheng
2022-11-18 14:35                             ` 徐持恒 Xu Chiheng
2022-11-21  7:53                               ` Jan Beulich
2022-11-21  8:30                                 ` 徐持恒 Xu Chiheng
2022-11-21  8:50                                   ` 徐持恒 Xu Chiheng [this message]
2022-11-21  9:02                                   ` Jan Beulich
2022-11-21  9:06                                     ` Jan Beulich
2022-11-21  9:21                                     ` 徐持恒 Xu Chiheng
2022-11-21  9:52                                       ` Jan Beulich
2022-11-21 10:59                                         ` 徐持恒 Xu Chiheng

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAPOVtOvgfj=Y+ipJOAdfU_4qyQkPOywr+VVKrC+CK33vh-pFJQ@mail.gmail.com' \
    --to=chiheng.xu@gmail.com \
    --cc=binutils@sourceware.org \
    --cc=hjl.tools@gmail.com \
    --cc=jbeulich@suse.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).