guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/02: Fix linker.test


From: Andy Wingo
Subject: [Guile-commits] 01/02: Fix linker.test
Date: Fri, 22 Feb 2019 09:13:49 -0500 (EST)

wingo pushed a commit to branch master
in repository guile.

commit c537f938d1c809eb26e42c66bcc2b67ee4f47300
Author: Andy Wingo <address@hidden>
Date:   Fri Feb 22 15:01:01 2019 +0100

    Fix linker.test
    
    * test-suite/tests/linker.test (link-elf-with-one-main-section): Adapt
      to change in c9e052be495de408e834018f5cc0401874f06c7d.
---
 test-suite/tests/linker.test | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/test-suite/tests/linker.test b/test-suite/tests/linker.test
index dcfac1b..e7ecc29 100644
--- a/test-suite/tests/linker.test
+++ b/test-suite/tests/linker.test
@@ -1,6 +1,6 @@
 ;;;; linker.test                               -*- scheme -*-
 ;;;;
-;;;; Copyright 2013 Free Software Foundation, Inc.
+;;;; Copyright 2013, 2019 Free Software Foundation, Inc.
 ;;;;
 ;;;; This library is free software; you can redistribute it and/or
 ;;;; modify it under the terms of the GNU Lesser General Public
@@ -27,7 +27,8 @@
   (let ((strtab (make-string-table)))
     (define (make-object index name bv relocs . kwargs)
       (let ((name-idx (string-table-intern! strtab (symbol->string name))))
-        (make-linker-object (apply make-elf-section
+        (make-linker-object (symbol->string name)
+                            (apply make-elf-section
                                    #:index index
                                    #:name name-idx
                                    #:size (bytevector-length bv)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]