diff options
Diffstat (limited to 'ld')
-rw-r--r-- | ld/.gitignore | 16 | ||||
-rw-r--r-- | ld/ChangeLog | 4 |
2 files changed, 20 insertions, 0 deletions
diff --git a/ld/.gitignore b/ld/.gitignore new file mode 100644 index 0000000..a345bfb --- /dev/null +++ b/ld/.gitignore @@ -0,0 +1,16 @@ +/configdoc.texi +/deffilep.c +/deffilep.h +/ld-new +/ld.1 +/ldemul-list.h +/ldgram.c +/ldgram.h +/ldlex.c +/stringify.sed +/tdirs + +/e*.c + +/ldscripts +/tmpdir diff --git a/ld/ChangeLog b/ld/ChangeLog index 10836b0..58b6e82 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2010-12-09 Mike Frysinger <vapier@gentoo.org> + + * .gitignore: New file. + 2010-12-06 H.J. Lu <hongjiu.lu@intel.com> * lexsup.c (ld_options): Add -flto and -flto-partition= for |