diff options
author | Jan-Benedict Glaw <jbglaw@getslash.de> | 2014-11-17 03:30:13 +0100 |
---|---|---|
committer | Jan-Benedict Glaw <jbglaw@getslash.de> | 2014-11-17 03:30:13 +0100 |
commit | abdef8eb901ce829fdc9fbe7eb89c8327c262f07 (patch) | |
tree | 941a2df064c75d5779290bc39f784dbedf084060 /libiberty/ChangeLog.jit | |
parent | 41c7760520c02124d2d3d0b8ad12e2186ba48f46 (diff) | |
download | gdb-abdef8eb901ce829fdc9fbe7eb89c8327c262f07.zip gdb-abdef8eb901ce829fdc9fbe7eb89c8327c262f07.tar.gz gdb-abdef8eb901ce829fdc9fbe7eb89c8327c262f07.tar.bz2 |
Sync libiberty from GCC
Diffstat (limited to 'libiberty/ChangeLog.jit')
-rw-r--r-- | libiberty/ChangeLog.jit | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/libiberty/ChangeLog.jit b/libiberty/ChangeLog.jit new file mode 100644 index 0000000..5b64f80 --- /dev/null +++ b/libiberty/ChangeLog.jit @@ -0,0 +1,23 @@ +2014-09-25 David Malcolm <dmalcolm@redhat.com> + + * choose-temp.c (choose_tmpdir): Remove now-redundant local + copy of prototype. + * functions.texi: Regenerate. + * make-temp-file.c (choose_tmpdir): Convert return type from + char * to const char * - given that this returns a pointer to + a memoized allocation, the caller must not touch it. + +2014-09-24 David Malcolm <dmalcolm@redhat.com> + + * ChangeLog.jit: Add copyright footer. + +2013-10-03 David Malcolm <dmalcolm@redhat.com> + + * configure.ac: If --enable-host-shared, use -fPIC. + * configure: Regenerate. + +Copyright (C) 2013-2014 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. |