Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Tue, 2 Jul 2019 13:09:46 +0000
From: Song Fangrui <i@...kray.me>
To: "musl@...ts.openwall.com" <musl@...ts.openwall.com>
Subject: [PATCH] remove stray .end directives

This fixes an error when building musl powerpc{32,64} with clang
(it doesn't know GNU as ignores .end arguments):

../src/ldso/powerpc/dlsym.s:8:10: error: unexpected token in '.end' directive
          .end    dlsym

I'm not sure if  .size   dlsym, .-dlsym should also be deleted to be
consistent with other archs.

Download attachment "musl.patch" of type "application/x-patch" (493 bytes)

View attachment "musl.patch" of type "text/x-patch" (952 bytes)

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.