Re: gnu as

2023-08-19 Thread Jonathan Wakely via Gcc
em's assembler, which will be the GNU Binutils 'as' on many systems (proprietary UNIX systems tend to have their own 'as' that isn't the one from Binutils). > > Replied Message > From Jonathan Wakely > Date 08/19/2023 14:29 > To h3140067...@1

Re: gnu as

2023-08-19 Thread h3140067568--- via Gcc
Is it similar to the gnu as86 assembly compiler? Actually, I just hope to have a separate branch of the as86 assembly compiler Replied Message | From | Jonathan Wakely | | Date | 08/19/2023 14:29 | | To | h3140067...@163.com | | Cc | gcc | | Subject | Re: gnu as | On Sat, 19 Aug

Re: gnu as

2023-08-18 Thread Jonathan Wakely via Gcc
On Sat, 19 Aug 2023, 00:21 h3140067568--- via Gcc, wrote: > Hi, I am an open-source enthusiast from China. I really like the cross > platform features of AS assembly compilers. I hope the community can > independently open source a branch of the backend assembly compiler of GCC > compiler in gcc.

gnu as

2023-08-18 Thread h3140067568--- via Gcc
Hi, I am an open-source enthusiast from China. I really like the cross platform features of AS assembly compilers. I hope the community can independently open source a branch of the backend assembly compiler of GCC compiler in gcc.gnu.org, just like nasm, and continuously improve it through open

Re: documentation of powerpc64{,le}-linux-gnu as primary platform

2020-07-15 Thread Segher Boessenkool
On Thu, Jul 09, 2020 at 08:18:56PM -0500, Bill Schmidt via Gcc wrote: > >>>No, I don't leave this alone. The little endian target is dropped in > >>GCC 9 and > >>>GCC 10. Is this really what you intended to do? > >>No, it's not dropped. Some people are being pedantic about the name, > >>which is

Re: documentation of powerpc64{,le}-linux-gnu as primary platform

2020-07-13 Thread Bill Schmidt via Gcc
On 7/13/20 7:08 AM, Florian Weimer wrote: * Bill Schmidt via Gcc: Matthias, if you want to post a patch for GCC 9 and GCC 10, I'm sure that would be accepted (though I do not have the power to pre-approve it).  Or I can put it on my list for later in the summer when my life settles down.  Your

Re: documentation of powerpc64{,le}-linux-gnu as primary platform

2020-07-13 Thread Florian Weimer via Gcc
* Bill Schmidt via Gcc: > Matthias, if you want to post a patch for GCC 9 and GCC 10, I'm sure > that would be accepted (though I do not have the power to pre-approve > it).  Or I can put it on my list for later in the summer when my life > settles down.  Your choice. I posted a patch:

Re: documentation of powerpc64{,le}-linux-gnu as primary platform

2020-07-09 Thread Bill Schmidt via Gcc
On 7/9/20 12:13 PM, Richard Biener via Gcc wrote: On July 9, 2020 3:43:19 PM GMT+02:00, David Edelsohn via Gcc wrote: On Thu, Jul 9, 2020 at 9:07 AM Matthias Klose wrote: On 7/9/20 1:58 PM, David Edelsohn via Gcc wrote: On Thu, Jul 9, 2020 at 7:03 AM Matthias Klose wrote: https://gcc.gnu

Re: documentation of powerpc64{,le}-linux-gnu as primary platform

2020-07-09 Thread Florian Weimer via Gcc
* David Edelsohn via Gcc: > No, it's not dropped. Some people are being pedantic about the name, > which is why Bill added {,le}. powerpc64-unknown-linux-gnu means > everything. If you want to add {,le} back, that's fine. But there > always is some variant omitted, and that doesn't mean it is

Re: documentation of powerpc64{,le}-linux-gnu as primary platform

2020-07-09 Thread Richard Biener via Gcc
On July 9, 2020 3:43:19 PM GMT+02:00, David Edelsohn via Gcc wrote: >On Thu, Jul 9, 2020 at 9:07 AM Matthias Klose wrote: >> >> On 7/9/20 1:58 PM, David Edelsohn via Gcc wrote: >> > On Thu, Jul 9, 2020 at 7:03 AM Matthias Klose >wrote: >> >> >> >> https://gcc.gnu.org/gcc-8/criteria.html lists t

Re: documentation of powerpc64{,le}-linux-gnu as primary platform

2020-07-09 Thread David Edelsohn via Gcc
On Thu, Jul 9, 2020 at 9:07 AM Matthias Klose wrote: > > On 7/9/20 1:58 PM, David Edelsohn via Gcc wrote: > > On Thu, Jul 9, 2020 at 7:03 AM Matthias Klose wrote: > >> > >> https://gcc.gnu.org/gcc-8/criteria.html lists the little endian platform > >> first > >> as a primary target, however it's

Re: documentation of powerpc64{,le}-linux-gnu as primary platform

2020-07-09 Thread Matthias Klose
On 7/9/20 1:58 PM, David Edelsohn via Gcc wrote: > On Thu, Jul 9, 2020 at 7:03 AM Matthias Klose wrote: >> >> https://gcc.gnu.org/gcc-8/criteria.html lists the little endian platform >> first >> as a primary target, however it's not mentioned for GCC 9 and GCC 10. Just an >> omission? >> >> https

Re: documentation of powerpc64{,le}-linux-gnu as primary platform

2020-07-09 Thread David Edelsohn via Gcc
On Thu, Jul 9, 2020 at 7:03 AM Matthias Klose wrote: > > https://gcc.gnu.org/gcc-8/criteria.html lists the little endian platform first > as a primary target, however it's not mentioned for GCC 9 and GCC 10. Just an > omission? > > https://gcc.gnu.org/legacy-ml/gcc-patches/2018-07/msg00854.html su

documentation of powerpc64{,le}-linux-gnu as primary platform

2020-07-09 Thread Matthias Klose
https://gcc.gnu.org/gcc-8/criteria.html lists the little endian platform first as a primary target, however it's not mentioned for GCC 9 and GCC 10. Just an omission? https://gcc.gnu.org/legacy-ml/gcc-patches/2018-07/msg00854.html suggests that the little endian platform should be mentioned, and m

[wwwdocs] Remove ia64-unknown-linux-gnu as secondary platform

2012-02-11 Thread Gerald Pfeifer
Based by a request by all three release managers the steering committee aggreed to remove ia64-unknown-linux-gnu as a secondary platform for GCC 4.7 and I applied the patch below to update our documentation accordingly. Gerald Index: criteria.html