diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2007-03-11 11:48:27 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2007-03-11 11:48:27 +0000 |
commit | 45fd5a5313ea5a2baca2466ec0785ff887ba0412 (patch) | |
tree | 1caad8b9877046565ae70690f44a6724a20d14df /ld | |
parent | 3894944c556e134e2fb7061e084bb90075fcb84d (diff) | |
download | gdb-45fd5a5313ea5a2baca2466ec0785ff887ba0412.zip gdb-45fd5a5313ea5a2baca2466ec0785ff887ba0412.tar.gz gdb-45fd5a5313ea5a2baca2466ec0785ff887ba0412.tar.bz2 |
* emultempl/mmixelf.em: Remove incorrect '#line' directive.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/emultempl/mmixelf.em | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index a411f64..4931735 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2007-03-11 Hans-Peter Nilsson <hp@bitrange.com> + + * emultempl/mmixelf.em: Remove incorrect '#line' directive. + 2007-03-08 Alan Modra <amodra@bigpond.net.au> * ldlang.c (lang_size_sections_1): Correct backwards dot move diff --git a/ld/emultempl/mmixelf.em b/ld/emultempl/mmixelf.em index 9954343..be8d907 100644 --- a/ld/emultempl/mmixelf.em +++ b/ld/emultempl/mmixelf.em @@ -24,7 +24,6 @@ . ${srcdir}/emultempl/mmix-elfnmmo.em cat >>e${EMULATION_NAME}.c <<EOF -#line 29 "${srcdir}/emultempl/elfmmix.em" static void elfmmix_before_parse (void) |