This is the mail archive of the
binutils-cvs@sourceware.org
mailing list for the binutils project.
gdb and binutils branch master updated. 76e7af5ffa07e570c7cedb8b8141a822905d78f0
- From: hjl at sourceware dot org
- To: binutils-cvs at sourceware dot org
- Date: 20 Nov 2014 20:49:51 -0000
- Subject: gdb and binutils branch master updated. 76e7af5ffa07e570c7cedb8b8141a822905d78f0
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".
The branch, master has been updated
via 76e7af5ffa07e570c7cedb8b8141a822905d78f0 (commit)
from 731885c1add5b5012654fe1a70572f033c8d21f8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=76e7af5ffa07e570c7cedb8b8141a822905d78f0
commit 76e7af5ffa07e570c7cedb8b8141a822905d78f0
Author: H.J. Lu <hjl.tools@gmail.com>
Date: Thu Nov 20 12:41:11 2014 -0800
Add function and function pointer tests
This patch adds tests for function and function pointer.
* ld-x86-64/plt-lib.c: New file.
* ld-x86-64/plt-main.out: Likewise.
* ld-x86-64/plt-main1.c: Likewise.
* ld-x86-64/plt-main1.rd: Likewise.
* ld-x86-64/plt-main2.c: Likewise.
* ld-x86-64/plt-main2.rd: Likewise.
* ld-x86-64/plt-main3.c: Likewise.
* ld-x86-64/plt-main3.rd: Likewise.
* ld-x86-64/plt-main4.c: Likewise.
* ld-x86-64/plt-main4.rd: Likewise.
* ld-x86-64/plt-main5.c: Likewise.
* ld-x86-64/x86-64.exp: Run plt-main tests.
-----------------------------------------------------------------------
Summary of changes:
ld/testsuite/ChangeLog | 16 ++++++
ld/testsuite/ld-x86-64/plt-lib.c | 11 ++++
.../{ld-elf/dl1.out => ld-x86-64/plt-main.out} | 0
ld/testsuite/ld-x86-64/plt-main1.c | 8 +++
ld/testsuite/ld-x86-64/plt-main1.rd | 3 +
ld/testsuite/ld-x86-64/plt-main2.c | 3 +
ld/testsuite/ld-x86-64/plt-main2.rd | 3 +
ld/testsuite/ld-x86-64/plt-main3.c | 15 +++++
ld/testsuite/ld-x86-64/plt-main3.rd | 5 ++
ld/testsuite/ld-x86-64/plt-main4.c | 14 +++++
ld/testsuite/ld-x86-64/plt-main4.rd | 5 ++
ld/testsuite/ld-x86-64/plt-main5.c | 15 +++++
ld/testsuite/ld-x86-64/x86-64.exp | 55 ++++++++++++++++++++
13 files changed, 153 insertions(+), 0 deletions(-)
create mode 100644 ld/testsuite/ld-x86-64/plt-lib.c
copy ld/testsuite/{ld-elf/dl1.out => ld-x86-64/plt-main.out} (100%)
create mode 100644 ld/testsuite/ld-x86-64/plt-main1.c
create mode 100644 ld/testsuite/ld-x86-64/plt-main1.rd
create mode 100644 ld/testsuite/ld-x86-64/plt-main2.c
create mode 100644 ld/testsuite/ld-x86-64/plt-main2.rd
create mode 100644 ld/testsuite/ld-x86-64/plt-main3.c
create mode 100644 ld/testsuite/ld-x86-64/plt-main3.rd
create mode 100644 ld/testsuite/ld-x86-64/plt-main4.c
create mode 100644 ld/testsuite/ld-x86-64/plt-main4.rd
create mode 100644 ld/testsuite/ld-x86-64/plt-main5.c
hooks/post-receive
--
gdb and binutils