public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Kai Tietz <ktietz70@googlemail.com>
To: Binutils <binutils@sourceware.org>
Cc: Dave Korn <dave.korn.cygwin@gmail.com>
Subject: [patch ld]: Testsuite fix of vers-script-3 and vers-script-4 tests
Date: Tue, 15 Feb 2011 12:42:00 -0000	[thread overview]
Message-ID: <AANLkTikC_xqM8U6KBGkMWkhPdmtU7r7gQm+vuHduaHCb@mail.gmail.com> (raw)

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

Hello,

ChangeLog

2011-02-15  Kai Tietz

        * ld-pe/vers-script-3.ver: Add _Z* to global and use
        wildcard for personality symbols.
        * ld-pe/vers-script-4.ver: Likewise.

Tested for x86_64-w64-mingw32 and i686-w64-mingw32. Ok for apply?

Regards,
Kai

[-- Attachment #2: ld_i386_testsuite.txt --]
[-- Type: text/plain, Size: 1153 bytes --]

Index: testsuite/ld-pe/vers-script-3.ver
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-pe/vers-script-3.ver,v
retrieving revision 1.1
diff -u -3 -r1.1 vers-script-3.ver
--- testsuite/ld-pe/vers-script-3.ver	4 May 2009 12:09:30 -0000	1.1
+++ testsuite/ld-pe/vers-script-3.ver	15 Feb 2011 12:37:35 -0000
@@ -2,6 +2,6 @@
 # symbols in libgcj.so.
 
 {
-  global: Jv*; _Jv_*; __gcj_personality_v0; __gcj_personality_sj0; _Z*;
+  global: Jv*; _Jv*; *gcj_personality_v0; *gcj_personality_sj0; Z*; _Z*;
   local: *;
 };
Index: testsuite/ld-pe/vers-script-4.ver
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-pe/vers-script-4.ver,v
retrieving revision 1.1
diff -u -3 -r1.1 vers-script-4.ver
--- testsuite/ld-pe/vers-script-4.ver	4 May 2009 12:09:30 -0000	1.1
+++ testsuite/ld-pe/vers-script-4.ver	15 Feb 2011 12:37:35 -0000
@@ -6,5 +6,5 @@
 };
 
 TEST_1_1 {
-  global: Jv*; _Jv_*; __gcj_personality_v0; __gcj_personality_sj0; _Z*;
-};
\ No newline at end of file
+  global: Jv*; _Jv*; *gcj_personality_v0; *gcj_personality_sj0; Z*; _Z*;
+};

             reply	other threads:[~2011-02-15 12:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-15 12:42 Kai Tietz [this message]
2011-02-15 15:30 ` Kai Tietz
2011-02-15 15:55   ` Dave Korn
2011-02-15 16:03     ` Dave Korn
2011-02-15 16:07       ` Dave Korn
2011-02-15 16:08     ` Kai Tietz
2011-02-15 16:16       ` Kai Tietz

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=AANLkTikC_xqM8U6KBGkMWkhPdmtU7r7gQm+vuHduaHCb@mail.gmail.com \
    --to=ktietz70@googlemail.com \
    --cc=binutils@sourceware.org \
    --cc=dave.korn.cygwin@gmail.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).