public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Szabolcs Nagy <szabolcs.nagy@arm.com>
To: "H.J. Lu" <hjl.tools@gmail.com>
Cc: Matthew Fortune <Matthew.Fortune@imgtec.com>,
	 Rich Felker <dalias@libc.org>,
	Gregor Richards <gregor.richards@uwaterloo.ca>,
	 Szabolcs Nagy <nsz@port70.net>,
	"gcc-patches@gcc.gnu.org" <gcc-patches@gcc.gnu.org>
Subject: Re: [PATCH 6/13] mips musl support
Date: Fri, 08 May 2015 14:27:00 -0000	[thread overview]
Message-ID: <554CC7BB.2050706@arm.com> (raw)
In-Reply-To: <CAMe9rOrYC-qBh4T2z1AzTHN7ubOBPOp3qv_DL60FU=JGFbkEng@mail.gmail.com>

On 08/05/15 14:56, H.J. Lu wrote:
> On Mon, Apr 27, 2015 at 7:40 AM, Szabolcs Nagy <szabolcs.nagy@arm.com> wrote:
>> On 21/04/15 15:59, Matthew Fortune wrote:
>>> Rich Felker <dalias@libc.org> writes:
>>>> On Tue, Apr 21, 2015 at 01:58:02PM +0000, Matthew Fortune wrote:
>>>>> There does however appear to be both soft and hard float variants
>>
>> Patch v2.
>>
>> Now all the ABI variants musl plans to support are represented.
>>
>> gcc/Changelog:
>>
>> 2015-04-27  Gregor Richards  <gregor.richards@uwaterloo.ca>
>>             Szabolcs Nagy  <szabolcs.nagy@arm.com>
>>
>>         * config/mips/linux.h (MUSL_DYNAMIC_LINKER32): Define.
>>         (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERN32): Define.
>>         (GNU_USER_DYNAMIC_LINKERN32): Update.
> 
> You checked in config/linux.h CHOOSE_DYNAMIC_LINKER change
> without config/mips/linux.h change.  Now linux-mips is broken.
> 

sorry, i cannot roll back the change right now or
provide fix up patches.

i thought i did the tests without the target patches..
but not mips (only mips is affected).

while i'm waiting for the ppl with commit rights..
is it better to roll back the commit or do a single
line fix to config/mips/linux.h?

(the single line fix is to add a "/dev/null" fourth
argument to CHOOSE_DYNAMIC_LINKER macro in the definition
of GNU_USER_DYNAMIC_LINKERN32 in config/mips/linux.h)

i don't know why i got the mail with such a big delay :(

  reply	other threads:[~2015-05-08 14:27 UTC|newest]

Thread overview: 83+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-20 18:49 [PATCH 0/13] Add musl support to GCC Szabolcs Nagy
2015-04-20 18:51 ` [PATCH 1/13] libitm fixes for musl support Szabolcs Nagy
2015-04-20 20:41   ` Jeff Law
2015-04-22 14:34     ` Kyrill Tkachov
2015-04-20 18:52 ` [PATCH 3/13] aarch64 " Szabolcs Nagy
2015-04-21 14:16   ` pinskia
2015-04-21 14:55     ` Szabolcs Nagy
2015-04-27 14:33     ` Szabolcs Nagy
2015-05-15 12:33       ` Szabolcs Nagy
2015-05-27 17:39       ` James Greenhalgh
2015-04-20 18:52 ` [PATCH 2/13] musl libc config Szabolcs Nagy
2015-04-22 13:16   ` Jeff Law
2015-04-22 14:34     ` Kyrill Tkachov
2015-04-22 15:27       ` Ilya Verbin
2015-04-22 15:37         ` Kyrill Tkachov
2015-04-22 15:42           ` Szabolcs Nagy
2015-04-27 14:30             ` Szabolcs Nagy
2015-04-27 19:27               ` Jeff Law
2015-04-28 23:50   ` Joseph Myers
2015-05-06 11:24     ` Szabolcs Nagy
2015-05-07 18:02       ` Jeff Law
2015-05-08  8:26         ` Kyrill Tkachov
2015-04-20 18:53 ` [PATCH 4/13] arm musl support Szabolcs Nagy
2015-05-15 12:43   ` Szabolcs Nagy
2015-05-27 13:49   ` Kyrill Tkachov
2015-04-20 18:54 ` [PATCH 6/13] mips " Szabolcs Nagy
2015-04-21 13:58   ` Matthew Fortune
2015-04-21 14:43     ` Rich Felker
2015-04-21 15:00       ` Matthew Fortune
2015-04-27 14:40         ` Szabolcs Nagy
2015-05-08 13:56           ` H.J. Lu
2015-05-08 14:27             ` Szabolcs Nagy [this message]
2015-05-08 14:27             ` Matthew Fortune
2015-05-08 14:40               ` Rich Felker
2015-05-08 14:41               ` Szabolcs Nagy
2015-05-08 14:47                 ` Matthew Fortune
2015-05-08 15:13                   ` Szabolcs Nagy
2015-05-08 15:17                     ` Kyrill Tkachov
2015-05-08 14:49                 ` Rich Felker
2015-05-08 16:50                   ` Joseph Myers
2015-05-08 17:03                     ` Rich Felker
2015-05-08 18:27                     ` Jeff Law
2015-05-08 18:56                       ` Matthew Fortune
2015-05-08 18:20               ` Jeff Law
2015-04-20 18:54 ` [PATCH 5/13] microblaze " Szabolcs Nagy
2015-04-27 14:35   ` Szabolcs Nagy
2015-04-29 13:23     ` Michael Eager
2015-04-29 14:06       ` Szabolcs Nagy
2015-05-06 11:25         ` Szabolcs Nagy
2015-10-15 19:00           ` [PING][PATCH " Szabolcs Nagy
2015-10-15 19:04             ` Michael Eager
2015-10-15 19:06               ` Szabolcs Nagy
2015-04-20 18:55 ` [PATCH 7/13] powerpc " Szabolcs Nagy
2015-04-27 14:58   ` Szabolcs Nagy
2015-04-20 18:56 ` [PATCH 8/13] sh " Szabolcs Nagy
2015-04-20 20:29   ` Oleg Endo
2015-04-27 14:50     ` Szabolcs Nagy
2015-04-20 18:57 ` [PATCH 9/13] x86 " Szabolcs Nagy
2015-04-27 14:52   ` Szabolcs Nagy
2015-05-15 12:34     ` Szabolcs Nagy
2015-05-15 12:45       ` Uros Bizjak
2015-05-15 13:39         ` Kyrill Tkachov
2015-04-20 18:58 ` [PATCH 11/13] unwind fix for musl Szabolcs Nagy
2015-04-22 13:20   ` Jeff Law
2015-04-22 14:35     ` Kyrill Tkachov
2015-04-20 18:58 ` [PATCH 10/13] fixincludes Szabolcs Nagy
2015-04-20 20:38   ` Jeff Law
2015-04-22 14:35     ` Kyrill Tkachov
2015-04-20 18:59 ` [PATCH 12/13] libstdc++, libgfortran gthr workaround for musl Szabolcs Nagy
2015-04-22 13:17   ` Jeff Law
2015-04-22 14:35     ` Kyrill Tkachov
2015-04-20 19:00 ` [PATCH 13/13] fix incompatible posix_memalign declaration on x86 Szabolcs Nagy
2015-05-15 12:36   ` Szabolcs Nagy
2015-05-15 13:04     ` Uros Bizjak
2015-05-15 15:18   ` H.J. Lu
2015-05-15 16:12     ` Szabolcs Nagy
2015-05-15 17:22       ` H.J. Lu
2015-04-28 23:50 ` [PATCH 0/13] Add musl support to GCC Joseph Myers
2015-04-29 13:42   ` Szabolcs Nagy
2015-04-30  0:13     ` Joseph Myers
2015-05-06 11:36       ` Szabolcs Nagy
2015-05-07 18:07         ` Jeff Law
2015-05-08  8:31           ` Kyrill Tkachov

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=554CC7BB.2050706@arm.com \
    --to=szabolcs.nagy@arm.com \
    --cc=Matthew.Fortune@imgtec.com \
    --cc=dalias@libc.org \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=gregor.richards@uwaterloo.ca \
    --cc=hjl.tools@gmail.com \
    --cc=nsz@port70.net \
    /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).