Use __asm__ rather than asm in gold testsuite
[deliverable/binutils-gdb.git] / gold / testsuite / justsyms.t
index 4d68893d0b71138030f4b050c560d87ef4b21593..7e104d5a5cc7d4061e8cf31a562beeacf3b25b00 100644 (file)
@@ -1,6 +1,6 @@
 /* justsyms.t -- test --just-symbols for gold.
 
-   Copyright 2008 Free Software Foundation, Inc.
+   Copyright (C) 2008-2020 Free Software Foundation, Inc.
    Written by Ian Lance Taylor <iant@google.com>.
 
    This file is part of gold.
@@ -23,7 +23,7 @@
 SECTIONS
 {
   /* This script is only used for a .o file.  */
-  . = 0x10000;
+  . = 0x100;
   .gold_test : { *(.gold_test) }
   .text : { *(.text) }
   .data : { *(.data) }
This page took 0.022992 seconds and 4 git commands to generate.