Brian Silverman | 8649792 | 2018-02-10 19:28:39 -0500 | [diff] [blame] | 1 | 2018-02-09 Joshua Watt <JPEWhacker@gmail.com> |
| 2 | |
| 3 | * configure.ac (HAVE_FALLTHROUGH): New define. |
| 4 | |
| 5 | 2017-10-16 Mark Wielaard <mark@klomp.org> |
| 6 | |
| 7 | * .gitignore: Remove tests/md5-sha1-test. |
| 8 | |
| 9 | 2017-08-18 Ulf Hermann <ulf.hermann@qt.io> |
| 10 | |
| 11 | * configure.ac: Check if the compiler supports |
| 12 | __attribute__((gcc_struct)). |
| 13 | |
| 14 | 2017-09-19 Mark Wielaard <mark@klomp.org> |
| 15 | |
| 16 | * README: Add basic build instructions. |
| 17 | |
| 18 | 2017-05-03 Ulf Hermann <ulf.hermann@qt.io> |
| 19 | |
| 20 | * configure.ac: Test if symbol versioning is supported. |
| 21 | |
| 22 | 2017-04-27 Ulf Hermann <ulf.hermann@qt.io> |
| 23 | |
| 24 | * configure.ac: Check if the compiler supports |
| 25 | __attribute__((visibility(...))). |
| 26 | |
| 27 | 2017-04-27 Ulf Hermann <ulf.hermann@qt.io> |
| 28 | |
| 29 | * configure.ac: Check if -fPIC, -fPIE, -Wl,-z,defs, |
| 30 | and -Wl,-z,relro are supported by the compiler. |
| 31 | |
| 32 | 2017-08-02 Mark Wielaard <mark@klomp.org> |
| 33 | |
| 34 | * configure.ac: Set version to 0.170. |
| 35 | * NEWS: Mention new libdw dwarf_line_file function. |
| 36 | |
| 37 | 2017-07-26 Mark Wielaard <mark@klomp.org> |
| 38 | |
| 39 | * NEWS: Mention dwarf_getmacros handling version 5 .debug_macro. |
| 40 | |
| 41 | 2017-07-26 Mark Wielaard <mark@klomp.org> |
| 42 | |
| 43 | * NEWS: Mention dwarf_peel_type DWARF5 tags improvement. |
| 44 | |
| 45 | 2017-07-26 Mark Wielaard <mark@klomp.org> |
| 46 | |
| 47 | * NEWS: Mention new DWARF5 calling conventions and defaulted member |
| 48 | function. |
| 49 | |
| 50 | 2017-07-26 Mark Wielaard <mark@klomp.org> |
| 51 | |
| 52 | * NEWS: Mention new dwarf_default_lower_bound function. |
| 53 | |
| 54 | 2017-07-25 Mark Wielaard <mark@klomp.org> |
| 55 | |
| 56 | * NEWS: Mention new DWARF5 attributes, tags, character encodings |
| 57 | and language codes in dwarf.h. |
| 58 | |
| 59 | 2017-07-18 Mark Wielaard <mark@klomp.org> |
| 60 | |
| 61 | * configure.ac: Don't check for linux/bpf.h. |
| 62 | * NEWS: Mention always build bpf backend. |
| 63 | |
| 64 | 2017-07-14 Mark Wielaard <mark@klomp.org> |
| 65 | |
| 66 | * NEWS: Add 0.170 section and new strip options. |
| 67 | |
| 68 | 2017-05-05 Mark Wielaard <mark@klomp.org> |
| 69 | |
| 70 | * configure.ac: Set version to 0.169. Update copyright year. |
| 71 | * NEWS: Add 0.169 section. |
| 72 | |
| 73 | 2017-04-21 Ulf Hermann <ulf.hermann@qt.io> |
| 74 | |
| 75 | * .gitignore: Add fillfile and peel_type tests. |
| 76 | |
| 77 | 2017-02-15 Ulf Hermann <ulf.hermann@qt.io> |
| 78 | |
| 79 | * configure.ac: Add check for mempcpy. |
| 80 | |
| 81 | 2017-02-09 Mark Wielaard <mark@klomp.org> |
| 82 | |
| 83 | * configure.ac: Add check for adding -D_FORTIFY_SOURCE=2 to CFLAGS. |
| 84 | |
| 85 | 2017-01-12 Mark Wielaard <mark@klomp.org> |
| 86 | |
| 87 | * configure.ac: Define PACKAGE_URL for older autoconf. |
| 88 | |
| 89 | 2016-12-27 Mark Wielaard <mark@klomp.org> |
| 90 | |
| 91 | * configure.ac: Set version to 0.168. |
| 92 | * NEWS: Add 0.168 updates. |
| 93 | |
| 94 | 2016-12-24 Mark Wielaard <mark@klomp.org> |
| 95 | |
| 96 | * README: Move design notes to NOTES. Add URLs for home, releases, |
| 97 | bugs, git and mailinglist now on sourceware. |
| 98 | * NOTES: Add notes from README. |
| 99 | * CONTRIBUTING: Change fedorahosted.org references to new |
| 100 | sourceware.org locations. |
| 101 | * configure.ac (AC_INIT): Add package URL http://elfutils.org/ |
| 102 | change bug-report to https://sourceware.org/bugzilla/ |
| 103 | (AC_COPYRIGHT): Set to the elfutils developers. |
| 104 | |
| 105 | 2016-11-23 Mark Wielaard <mjw@redhat.com> |
| 106 | |
| 107 | * configure.ac: Add test for bad fts.h. Add -DBAD_FTS=1 to CFLAGS |
| 108 | if necessary. |
| 109 | |
| 110 | 2016-11-02 Mark Wielaard <mjw@redhat.com> |
| 111 | |
| 112 | * configure.ac: Add check for whether gcc accepts |
| 113 | -Wimplict-fallthrough. |
| 114 | |
| 115 | 2016-10-11 Akihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp> |
| 116 | |
| 117 | * configure.ac: Add memrchr, rawmemchr and powerof2 checks. |
| 118 | |
| 119 | 2016-08-04 Mark Wielaard <mjw@redhat.com> |
| 120 | |
| 121 | * configure.ac: Set version to 0.167. |
| 122 | * NEWS: Add 0.167 section. |
| 123 | |
| 124 | 2016-07-06 Mark Wielaard <mjw@redhat.com> |
| 125 | |
| 126 | * .gitignore: Remove src/ld. ldlex.c, ldscript.c and ldscript.h. |
| 127 | * configure.ac (enable generic): Removed. |
| 128 | |
| 129 | 2016-06-28 Richard Henderson <rth@redhat.com> |
| 130 | |
| 131 | * configure.ac (HAVE_LINUX_BPF_H): New test and conditional. |
| 132 | |
| 133 | 2016-06-10 Mark Wielaard <mjw@redhat.com> |
| 134 | |
| 135 | * CONTRIBUTING: Extend patch, committer and maintainer guidelines. |
| 136 | |
| 137 | 2016-05-02 Filipe Brandenburger <filbranden@google.com> |
| 138 | |
| 139 | * configure.ac (argp check): Pass pass &argv. |
| 140 | * configure.ac (-W<...> checks): Pass -Werror to the warning checks, |
| 141 | to ensure unsupported warning options are noticed during ./configure |
| 142 | time and not only later during build. |
| 143 | |
| 144 | 2016-03-31 Mark Wielaard <mjw@redhat.com> |
| 145 | |
| 146 | * configure.ac: Set version to 0.166. |
| 147 | |
| 148 | 2016-03-02 Mark Wielaard <mjw@redhat.com> |
| 149 | |
| 150 | * configure.ac: Set program_prefix to eu- by default. |
| 151 | * NEWS (0.166): New sections, document --program-prefix default. |
| 152 | |
| 153 | 2016-02-13 Mark Wielaard <mjw@redhat.com> |
| 154 | |
| 155 | * configure.ac: Add check for whether gcc accepts -Wnull-dereference. |
| 156 | |
| 157 | 2016-02-08 Mark Wielaard <mjw@redhat.com> |
| 158 | |
| 159 | * configure.ac: Add checks for sane -Wlogical-op and whether gcc |
| 160 | accepts -Wduplicated-cond. |
| 161 | |
| 162 | 2016-01-08 Mark Wielaard <mjw@redhat.com> |
| 163 | |
| 164 | * configure.ac: Set version to 0.165. |
| 165 | * NEWS: Add 0.164 section. |
| 166 | |
| 167 | 2016-01-04 Mark Wielaard <mjw@redhat.com> |
| 168 | |
| 169 | * configure.ac: Add BZ2_LIBS and LIBLZMA substitutions. |
| 170 | Add config/libelf.pc and config/libdw.pc config files. |
| 171 | |
| 172 | 2015-12-31 Mark Wielaard <mjw@redhat.com> |
| 173 | |
| 174 | * Makefile.am (AM_MAKEFLAGS): Set --no-print-directory. |
| 175 | |
| 176 | 2015-10-16 Mark Wielaard <mjw@redhat.com> |
| 177 | |
| 178 | * configure.ac: Make zlib mandatory. |
| 179 | |
| 180 | 2015-10-15 Mark Wielaard <mjw@redhat.com> |
| 181 | |
| 182 | * configure.ac: Set version to 0.164. |
| 183 | * NEWS: Add 0.164 additions. |
| 184 | |
| 185 | 2015-10-07 Mark Wielaard <mjw@redhat.com> |
| 186 | |
| 187 | * configure.ac: Add AM_SILENT_RULES([yes]). |
| 188 | |
| 189 | 2015-09-24 Jose E. Marchesi <jose.marchesi@oracle.com> |
| 190 | |
| 191 | * configure.ac: Use -fPIC instead of -fpic to avoid relocation |
| 192 | overflows in some platforms. |
| 193 | |
| 194 | 2015-07-11 Pino Toscano <toscano.pino@tiscali.it> |
| 195 | |
| 196 | * .gitignore: Add more generated files, and anchor some of the |
| 197 | existing ones. |
| 198 | |
| 199 | 2015-06-19 Mark Wielaard <mjw@redhat.com> |
| 200 | |
| 201 | * configure.ac: Set version to 0.163. |
| 202 | * NEWS: Mention 0.163 is bug fixes only. |
| 203 | |
| 204 | 2015-06-10 Mark Wielaard <mjw@redhat.com> |
| 205 | |
| 206 | * configure.ac: Set version to 0.162. |
| 207 | * NEWS: Add 0.162 additions. |
| 208 | |
| 209 | 2015-06-08 Mark Wielaard <mjw@redhat.com> |
| 210 | |
| 211 | * configure.ac (ADD_STACK_USAGE_WARNING): New conditional based on |
| 212 | gcc -Wstack-usage check. |
| 213 | |
| 214 | 2015-05-31 Mark Wielaard <mjw@redhat.com> |
| 215 | |
| 216 | * configure.ac (MODVERSION): Define using LIBEBL_SUBDIR, eu_version |
| 217 | and ac_cv_build. |
| 218 | |
| 219 | 2015-05-31 Mark Wielaard <mjw@redhat.com> |
| 220 | |
| 221 | * configure.ac (use_undefined): Use AC_LINK_IFELSE. AC_DEFINE |
| 222 | CHECK_UNDEFINED. |
| 223 | |
| 224 | 2015-05-30 Mark Wielaard <mjw@redhat.com> |
| 225 | |
| 226 | * configure.ac: Check for bunzip2. Check flex and bison are |
| 227 | installed in maintainer-mode. Otherwise check libdw/known-dwarf.h |
| 228 | is already generated. |
| 229 | |
| 230 | 2015-05-21 Mark Wielaard <mjw@redhat.com> |
| 231 | |
| 232 | * configure.ac: Add --enable-sanitize-undefined. |
| 233 | * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Rename to... |
| 234 | (AM_DISTCHECK_CONFIGURE_FLAGS): this. Add --enable-sanitize-undefined. |
| 235 | |
| 236 | 2015-05-04 Anthony G. Basile <blueness@gentoo.org> |
| 237 | |
| 238 | * configure.ac (argp_LDADD): Check if libc has argp and set |
| 239 | argp_LDADD accordingly. |
| 240 | |
| 241 | 2015-05-03 Max Filippov <jcmvbkbc@gmail.com> |
| 242 | |
| 243 | * configure.ac (DEMANGLE): Fix enable_demangler setting. |
| 244 | |
| 245 | 2015-05-01 Mark Wielaard <mjw@redhat.com> |
| 246 | |
| 247 | * configure.ac (DEMANGLE): Explicitly set enable_demangler. |
| 248 | |
| 249 | 2015-05-01 Mark Wielaard <mjw@redhat.com> |
| 250 | |
| 251 | * configure.ac (debugpred): Use and set use_debugpred_val. |
| 252 | (textrelcheck): Explicitly set enable_textrelcheck to yes or no. |
| 253 | (symbol-versioning): Likewise for enable_symbol_versioning. |
| 254 | AC_MSG_NOTICE overview of enabled/disabled features. |
| 255 | |
| 256 | 2015-04-23 Max Filippov <jcmvbkbc@gmail.com> |
| 257 | |
| 258 | * configure.ac: Add --disable-symbol-versioning. |
| 259 | |
| 260 | 2015-04-14 Mark Wielaard <mjw@redhat.com> |
| 261 | |
| 262 | * configure.ac (ac_cv_c99): Add explicit checks for all GNU99 |
| 263 | extensions used. |
| 264 | |
| 265 | 2015-03-13 Mark Wielaard <mjw@redhat.com> |
| 266 | |
| 267 | * configure.ac (ac_cv_c99): Add explicit return. |
| 268 | (ac_cv_tls): Add stdlib.h include. |
| 269 | |
| 270 | 2014-12-18 Mark Wielaard <mjw@redhat.com> |
| 271 | |
| 272 | * configure.ac: Set version to 0.161. |
| 273 | * NEWS: Add dwarf.h additions. |
| 274 | |
| 275 | 2014-12-15 Josh Stone <jistone@redhat.com> |
| 276 | |
| 277 | * .gitignore: Add config/compile as installed by automake 1.14. |
| 278 | |
| 279 | 2014-11-27 Mark Wielaard <mjw@redhat.com> |
| 280 | |
| 281 | * configure.ac: Add --disable-textrelcheck. |
| 282 | |
| 283 | 2014-10-06 Mark Wielaard <mjw@redhat.com> |
| 284 | |
| 285 | * NEWS: New section 0.161. Add dwarf_peel_type. |
| 286 | |
| 287 | 2014-08-25 Mark Wielaard <mjw@redhat.com> |
| 288 | |
| 289 | * configure.ac: Set version to 0.160. |
| 290 | * NEWS: Add removal of DW_TAG_mutable_type, LZMA .ko.xz kernel |
| 291 | module support, ARM THUMB functions and ppc64le ELFv2 abi backends. |
| 292 | |
| 293 | 2014-08-15 Mark Wielaard <mjw@redhat.com> |
| 294 | |
| 295 | * NEWS: Add dwarf_cu_die. |
| 296 | |
| 297 | 2014-08-15 Mark Wielaard <mjw@redhat.com> |
| 298 | |
| 299 | * NEWS: Add dwarf_cu_getdwarf. |
| 300 | |
| 301 | 2014-07-18 Mark Wielaard <mjw@redhat.com> |
| 302 | |
| 303 | * configure.ac (AC_CHECK_TYPE): Test for struct user_regs_struct. |
| 304 | |
| 305 | 2014-05-26 Mark Wielaard <mjw@redhat.com> |
| 306 | |
| 307 | * NEWS: New section 0.160. Add unstrip --force. |
| 308 | |
| 309 | 2014-05-17 Mark Wielaard <mjw@redhat.com> |
| 310 | |
| 311 | * configure.ac: Set version to 0.159. |
| 312 | * NEWS: Add entries for version 0.159. |
| 313 | |
| 314 | 2014-05-02 Mark Wielaard <mjw@redhat.com> |
| 315 | |
| 316 | * NEWS: Add note about dwz support no longer being experimental and |
| 317 | new helper functions. |
| 318 | * configure.ac: Remove --enable-dwz. |
| 319 | * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Remove --enable-dwz. |
| 320 | |
| 321 | 2014-04-11 Mark Wielaard <mjw@redhat.com> |
| 322 | |
| 323 | * Makefile.am (SUBDIRS): Add libdwelf. |
| 324 | * configure.ac (AC_CONFIG_FILES): Add libdwelf/Makefile. |
| 325 | * NEWS: Add note about libdwelf. |
| 326 | |
| 327 | 2014-04-13 Mark Wielaard <mjw@redhat.com> |
| 328 | |
| 329 | * configure.ac: Remove mudflap enable arg and MUDFLAP conditional. |
| 330 | |
| 331 | 2014-01-21 Mark Wielaard <mjw@redhat.com> |
| 332 | |
| 333 | * NEWS (Version 0.159): Add stack -i. |
| 334 | |
| 335 | 2014-01-20 Mark Wielaard <mjw@redhat.com> |
| 336 | |
| 337 | * NEWS (Version 0.159): New. Add stack -d. |
| 338 | |
| 339 | 2014-01-03 Mark Wielaard <mjw@redhat.com> |
| 340 | |
| 341 | * configure.ac: Set version to 0.158. |
| 342 | * NEWS: Add entries for version 0.158. |
| 343 | |
| 344 | 2013-12-20 Mark Wielaard <mjw@redhat.com> |
| 345 | |
| 346 | * NEWS (libdwfl): Add dwfl_getthread_frames. |
| 347 | (stack): New entry. |
| 348 | |
| 349 | 2013-12-18 Mark Wielaard <mjw@redhat.com> |
| 350 | |
| 351 | * NEWS (libdwfl): Add dwfl_module_getsym_info and |
| 352 | dwfl_module_addrinfo. |
| 353 | (addr2line): Add -x option. |
| 354 | |
| 355 | 2013-12-17 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 356 | |
| 357 | * NEWS (Version 0.158) (libdwfl): Added Dwfl_Thread_Callbacks, |
| 358 | Dwfl_Thread, Dwfl_Frame, dwfl_attach_state, dwfl_pid, dwfl_thread_dwfl, |
| 359 | dwfl_thread_tid, dwfl_frame_thread, dwfl_thread_state_registers, |
| 360 | dwfl_thread_state_register_pc, dwfl_getthreads, dwfl_thread_getframes |
| 361 | and dwfl_frame_pc. |
| 362 | |
| 363 | 2013-12-16 Mark Wielaard <mjw@redhat.com> |
| 364 | |
| 365 | * NEWS (libdwfl): Add dwfl_module_getsymtab_first_global. |
| 366 | |
| 367 | 2013-12-09 Josh Stone <jistone@redhat.com> |
| 368 | |
| 369 | * .gitignore: Add config/ar-lib, installed due to AM_PROG_AR. |
| 370 | |
| 371 | 2013-12-02 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 372 | |
| 373 | * configure.ac (CC_BIARCH): Remove AS_IF for it. |
| 374 | |
| 375 | 2013-11-07 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 376 | |
| 377 | * configure.ac: New AC_CHECK_SIZEOF for long. Call utrace_BIARCH, new |
| 378 | AC_SUBST for CC_BIARCH. |
| 379 | |
| 380 | 2013-11-06 Mark Wielaard <mjw@redhat.com> |
| 381 | |
| 382 | * configure.ac (--enable-dwz): Add AC_MSG_WARN when disabled but |
| 383 | local system does have /usr/lib/debug/.dwz. |
| 384 | |
| 385 | 2013-11-06 Mark Wielaard <mjw@redhat.com> |
| 386 | |
| 387 | * configure.ac (--enable-thread-safety): Add AC_MSG_WARN experimental |
| 388 | option. |
| 389 | |
| 390 | 2013-11-01 Michael Forney <mforney@mforney.org> |
| 391 | |
| 392 | * configure.ac: Call AM_PROG_AR and AC_CHECK_TOOL for readelf and nm. |
| 393 | |
| 394 | 2013-10-30 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 395 | |
| 396 | * NEWS (Version 0.158): New. |
| 397 | |
| 398 | 2013-09-30 Mark Wielaard <mjw@redhat.com> |
| 399 | |
| 400 | * NEWS: Update for readelf NT_SIGINFO and NT_FILE core notes. |
| 401 | |
| 402 | 2013-09-27 Mark Wielaard <mjw@redhat.com> |
| 403 | |
| 404 | * configure.ac: Set version to 0.157. |
| 405 | * NEWS: Add entries for version 0.157. |
| 406 | |
| 407 | 2013-09-20 Mark Wielaard <mjw@redhat.com> |
| 408 | |
| 409 | * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-dwz. |
| 410 | |
| 411 | 2013-07-25 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 412 | |
| 413 | * configure.ac: Set version to 0.156. |
| 414 | |
| 415 | 2013-07-19 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 416 | |
| 417 | * NEWS: Remove bugfix only entries from Version 0.156. |
| 418 | |
| 419 | 2013-07-18 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 420 | |
| 421 | * NEWS: Add entries for Version 0.156. |
| 422 | |
| 423 | 2013-04-28 Jan Kratochvil <jan.kratochvil@redhat.com> |
| 424 | |
| 425 | * NEWS (Version 0.156): New. |
| 426 | |
| 427 | 2013-04-26 Mark Wielaard <mjw@redhat.com> |
| 428 | |
| 429 | * configure.ac (AM_INIT_AUTOMAKE): Request parallel-tests. |
| 430 | |
| 431 | 2013-04-25 Mark Wielaard <mjw@redhat.com> |
| 432 | |
| 433 | * .gitignore: Add config/test-driver as installed by automake 1.13. |
| 434 | * configure.ac (AM_INIT_AUTOMAKE): Require at least automake 1.11. |
| 435 | |
| 436 | 2012-10-01 Mark Wielaard <mjw@redhat.com> |
| 437 | |
| 438 | * configure.ac: Add --enable-valgrind check. |
| 439 | * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-valgrind. |
| 440 | |
| 441 | 2012-08-27 Mark Wielaard <mjw@redhat.com> |
| 442 | |
| 443 | * configure.ac: Set version to 0.155. |
| 444 | |
| 445 | 2012-08-24 Mark Wielaard <mjw@redhat.com> |
| 446 | |
| 447 | * configure.ac: Add --enable-dwz check, defaults to no. |
| 448 | |
| 449 | 2012-07-24 Mark Wielaard <mjw@redhat.com> |
| 450 | |
| 451 | * TODO: Add note on shdrs after elf_cntl (ELF_C_FDREAD). |
| 452 | |
| 453 | 2012-06-22 Mark Wielaard <mjw@redhat.com> |
| 454 | |
| 455 | * configure.ac: Set version to 0.154. |
| 456 | |
| 457 | 2012-01-24 Mark Wielaard <mjw@redhat.com> |
| 458 | |
| 459 | * COPYING: Fix address. Updated version from gnulib. |
| 460 | |
| 461 | 2012-01-23 Mark Wielaard <mjw@redhat.com> |
| 462 | |
| 463 | * configure.ac: Set version to 0.153, update copyright years. |
| 464 | |
| 465 | 2012-01-20 Roland McGrath <roland@hack.frob.com> |
| 466 | |
| 467 | * configure.ac: Handle --enable-deterministic-archives. |
| 468 | |
| 469 | 2011-10-08 Roland McGrath <roland@hack.frob.com> |
| 470 | |
| 471 | * configure.ac (eu_version): Use sed instead of ${x/y/z} syntax. |
| 472 | Use POSIX.2 $((...)) syntax instead of $[...]. |
| 473 | Reported by Mike Frysinger <vapier@gentoo.org>. |
| 474 | |
| 475 | 2011-10-08 Mike Frysinger <vapier@gentoo.org> |
| 476 | |
| 477 | * configure.ac: Fix use of AC_ARG_ENABLE to handle $enableval correctly. |
| 478 | |
| 479 | 2011-10-02 Ulrich Drepper <drepper@gmail.com> |
| 480 | |
| 481 | * configure.ac: Check for __cxa_demangle in libstdc++. |
| 482 | |
| 483 | 2011-02-08 Roland McGrath <roland@redhat.com> |
| 484 | |
| 485 | * configure.ac (C99 check): Use AC_LANG_SOURCE. |
| 486 | |
| 487 | * configure.ac (ALL_LINGUAS): Remove variable, now obsolete. |
| 488 | |
| 489 | 2010-09-13 Ulrich Drepper <drepper@redhat.com> |
| 490 | |
| 491 | * configure.ac (ALL_LINGUAS): Add languages which have some |
| 492 | translations. |
| 493 | |
| 494 | 2010-04-15 Roland McGrath <roland@redhat.com> |
| 495 | |
| 496 | * configure.ac (LOCALEDIR, DATADIRNAME): Removed. |
| 497 | |
| 498 | 2009-09-21 Ulrich Drepper <drepper@redhat.com> |
| 499 | |
| 500 | * configure.ac: Update for more modern autoconf. |
| 501 | |
| 502 | 2009-08-26 Roland McGrath <roland@redhat.com> |
| 503 | |
| 504 | * configure.ac (zip_LIBS): Check for liblzma too. |
| 505 | |
| 506 | 2009-04-19 Roland McGrath <roland@redhat.com> |
| 507 | |
| 508 | * configure.ac (eu_version): Round down here, not in version.h macros. |
| 509 | |
| 510 | 2009-04-17 Roland McGrath <roland@redhat.com> |
| 511 | |
| 512 | * configure.ac (eu_version): Compute number 1000 times larger, |
| 513 | let $PACKAGE_VERSION be x.y.z as well as x.y (implied x.y.0). |
| 514 | |
| 515 | 2009-01-23 Roland McGrath <roland@redhat.com> |
| 516 | |
| 517 | * configure.ac (zlib check): Check for gzdirect, need zlib >= 1.2.2.3. |
| 518 | |
| 519 | * configure.ac (__thread check): Use AC_LINK_IFELSE, in case of |
| 520 | building with compiler support but no working runtime support. |
| 521 | |
| 522 | 2009-01-22 Ulrich Drepper <drepper@redhat.com> |
| 523 | |
| 524 | * Makefile.am (rpm): The tarball is now bzip2-compressed. |
| 525 | |
| 526 | 2009-01-10 Ulrich Drepper <drepper@redhat.com> |
| 527 | |
| 528 | * configure.ac: Require gcc with TLS support. |
| 529 | Rename USE_TLS to USE_LOCKS. The option is renamed to |
| 530 | --enable-thread-safety. |
| 531 | |
| 532 | 2009-01-08 Roland McGrath <roland@redhat.com> |
| 533 | |
| 534 | * configure.ac (eu_ZIPLIB): Moved to m4/zip.am. |
| 535 | |
| 536 | 2009-01-05 Roland McGrath <roland@redhat.com> |
| 537 | |
| 538 | * configure.ac (eu_ZIPLIB): New macro. |
| 539 | Use it to test for -lz, -lbz2, set .am ZLIB, BZLIB, zip_LIBS. |
| 540 | |
| 541 | 2008-12-30 Ulrich Drepper <drepper@redhat.com> |
| 542 | |
| 543 | * configure.ac: We need automake 1.8 now. |
| 544 | |
| 545 | 2008-12-24 Roland McGrath <roland@redhat.com> |
| 546 | |
| 547 | * configure.ac: Use automake flags dist-bzip2 no-dist-gzip, |
| 548 | distribute only in .tar.bz2 form now. |
| 549 | |
| 550 | 2008-12-16 Roland McGrath <roland@redhat.com> |
| 551 | |
| 552 | * Makefile.am (pkginclude_HEADERS): New variable, install version.h. |
| 553 | * configure.ac: Create it, substituting @eu_version@ with |
| 554 | PACKAGE_VERSION canonicalized to four digits of decimal. |
| 555 | |
| 556 | 2008-08-25 Roland McGrath <roland@redhat.com> |
| 557 | |
| 558 | * configure.ac (--enable-tls): Set AM_CONDITIONAL USE_TLS too. |
| 559 | |
| 560 | 2008-08-21 Roland McGrath <roland@redhat.com> |
| 561 | |
| 562 | * configure.ac (AH_BOTTOM): Emit #include <eu-config.h> and |
| 563 | move the contents to lib/eu-config.h instead of keeping them here. |
| 564 | |
| 565 | 2007-12-20 Ulrich Drepper <drepper@redhat.com> |
| 566 | |
| 567 | * configure.ac: Add support for --enable-debugpred. |
| 568 | Update likely/unlikely macros for it. |
| 569 | |
| 570 | 2007-06-05 Ulrich Drepper <drepper@redhat.com> |
| 571 | |
| 572 | * Makefile.am: Remove traces of mini builds. |
| 573 | * configure.ac: Don't use libelf-po/POTFILES.in as config file |
| 574 | anymore. |
| 575 | |
| 576 | 2007-05-16 Roland McGrath <roland@redhat.com> |
| 577 | |
| 578 | * configure.ac (AM_INIT_AUTOMAKE): Use -Wno-portability. |
| 579 | |
| 580 | 2006-11-02 Roland McGrath <roland@redhat.com> |
| 581 | |
| 582 | * Makefile.am (EXTRA_DIST): Add EXCEPTION file. |
| 583 | |
| 584 | 2006-08-29 Roland McGrath <roland@redhat.com> |
| 585 | |
| 586 | * configure.ac: Use AM_MAINTAINER_MODE. |
| 587 | |
| 588 | 2006-07-12 Ulrich Drepper <drepper@redhat.com> |
| 589 | |
| 590 | * configure.ac (internal_function): Don't use internal visibility. |
| 591 | |
| 592 | 2006-07-05 Ulrich Drepper <drepper@redhat.com> |
| 593 | |
| 594 | * configure.ac: Add dummy automake conditional to get dependencies |
| 595 | for non-generic linker right. See src/Makefile.am. |
| 596 | |
| 597 | 2005-11-18 Roland McGrath <roland@redhat.com> |
| 598 | |
| 599 | * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New variable. |
| 600 | |
| 601 | 2005-11-16 Roland McGrath <roland@redhat.com> |
| 602 | |
| 603 | * configure.ac: Define HAVE_LIBASM and STANDALONE conditionals. |
| 604 | In config.h, define ELFUTILS_HEADER macro. |
| 605 | |
| 606 | 2005-11-15 Roland McGrath <roland@redhat.com> |
| 607 | |
| 608 | * Makefile.am (all_SUBDIRS): Add backends. |
| 609 | * configure.ac: Write backends/Makefile. |
| 610 | |
| 611 | * configure.ac: Add --enable-tests-rpath option. |
| 612 | |
| 613 | 2005-09-16 Roland McGrath <roland@redhat.com> |
| 614 | |
| 615 | * configure.ac (ALLOW_UNALIGNED) [__ia64__ || __alpha__]: |
| 616 | Don't set it, since on IA64 you get error messages for unaligned |
| 617 | accesses, and on Alpha it's at least very slow. |
| 618 | |
| 619 | 2005-08-29 Ulrich Drepper <drepper@redhat.com> |
| 620 | |
| 621 | * configure.ac: Fix GCOV make condition generation. |
| 622 | |
| 623 | 2005-08-28 Ulrich Drepper <drepper@redhat.com> |
| 624 | |
| 625 | * configure.ac: Add --enable-gcov option. |
| 626 | |
| 627 | 2005-08-06 Ulrich Drepper <drepper@redhat.com> |
| 628 | |
| 629 | * configure.ac: Add --enable-gprof option. |
| 630 | |
| 631 | 2005-07-27 Roland McGrath <roland@redhat.com> |
| 632 | |
| 633 | * Makefile.am (all_SUBDIRS): Put libdwfl before libdw. |
| 634 | |
| 635 | 2005-07-21 Roland McGrath <roland@redhat.com> |
| 636 | |
| 637 | * configure.ac: Take --enable-libebl-subdir=DIR to set LIBEBL_SUBDIR. |
| 638 | |
| 639 | 2005-06-01 Roland McGrath <roland@redhat.com> |
| 640 | |
| 641 | * Makefile.am (all_SUBDIRS): Add libdwfl. |
| 642 | * configure.ac: Write libdwfl/Makefile. |
| 643 | |
| 644 | 2005-05-19 Roland McGrath <roland@redhat.com> |
| 645 | |
| 646 | * configure.ac [AH_BOTTOM] (INTDECL, _INTDECL): New macros. |
| 647 | |
| 648 | 2005-05-10 Ulrich Drepper <drepper@redhat.com> |
| 649 | |
| 650 | * configure.ac: Define MODVERSION in config.h. |
| 651 | |
| 652 | 2005-02-22 Ulrich Drepper <drepper@redhat.com> |
| 653 | |
| 654 | * Makefile.am (all_SUBDIRS): Don't add doc subdir for now. |
| 655 | * configure.ac: Don't use doc subdir for now. |
| 656 | |
| 657 | 2005-02-15 Ulrich Drepper <drepper@redhat.com> |
| 658 | |
| 659 | * configure.ac: Remove AM_GNU_GETTEXT use. Use only AM_PO_SUBDIRS. |
| 660 | |
| 661 | 2005-02-06 Ulrich Drepper <drepper@redhat.com> |
| 662 | |
| 663 | * configure.ac (AM_INIT_AUTOMAKE): Removed dist-bzip2. |
| 664 | |
| 665 | * Makefile.am (EXTRA_DIST): Remove splint.rc. |
| 666 | * splint.rc: Removed. |
| 667 | |
| 668 | 2004-09-25 Ulrich Drepper <drepper@redhat.com> |
| 669 | |
| 670 | * configure.ac: Make compile with gcc 4.0. |
| 671 | |
| 672 | 2004-03-06 Ulrich Drepper <drepper@redhat.com> |
| 673 | |
| 674 | * configure.ac: Use AS_HELP_STRING where applicable. |
| 675 | |
| 676 | 2004-01-23 Ulrich Drepper <drepper@redhat.com> |
| 677 | |
| 678 | * configure.ac: Check for C99 compiler. |
| 679 | |
| 680 | * configure.ac: Change locking macros in config.h to at least |
| 681 | evaluate the parameter. Define base_cpu to none for generic linker. |
| 682 | |
| 683 | 2004-01-21 Ulrich Drepper <drepper@redhat.com> |
| 684 | |
| 685 | * configure.ac: Print error message in case --disable-generic is |
| 686 | used if no linker support for the architecture is available. |
| 687 | |
| 688 | 2004-01-18 Ulrich Drepper <drepper@redhat.com> |
| 689 | |
| 690 | * configure.ac: Dont generate libebl-po/Makefile.in, |
| 691 | libdw-po/Makefile.in, libasm-po/Makefile.in. |
| 692 | |
| 693 | * Makefile.am (all_SUBDIRS): Remove libebl-po, libdw-po, libasm-po. |
| 694 | |
| 695 | 2004-01-17 Ulrich Drepper <drepper@redhat.com> |
| 696 | |
| 697 | * configure.ac: Pretty printing of help message. |
| 698 | |
| 699 | * configure.ac: Move AC_SYS_LARGEFILE test to the front. |
| 700 | |
| 701 | * configure.ac: Add --enable-mudflap option. |
| 702 | |
| 703 | 2004-01-17 Ulrich Drepper <drepper@redhat.com> |
| 704 | |
| 705 | * configure.ac: Major cleanups. Use aux dir. |
| 706 | * config.guess: Moved to new config subdir. |
| 707 | * config.rpath: Likewise. |
| 708 | * config.sub: Likewise. |
| 709 | * depcomp: Likewise. |
| 710 | * install-sh: Likewise. |
| 711 | * missing: Likewise. |
| 712 | * mkinstalldirs: Likewise. |
| 713 | * Makefile.am (mini_SUBDIRS): Add config. |
| 714 | (EXTRA_DIST): Remove config.rpath. |
| 715 | |
| 716 | * configure.ac: Add AC_REVISION. |
| 717 | |
| 718 | * configure.ac: Add --enable-mudflap option. |
| 719 | |
| 720 | 2004-01-11 Ulrich Drepper <drepper@redhat.com> |
| 721 | |
| 722 | * configure.ac: Drop libdwarf directory. Add libdw-po. |
| 723 | * Makefile.am (all_SUBDIRS): Likewise. |
| 724 | * elfutils.spec: Don't distribute anything from libdwarf. |
| 725 | |
| 726 | 2004-01-05 Ulrich Drepper <drepper@redhat.com> |
| 727 | |
| 728 | * Makefile.am: Support separate libelf built. |
| 729 | |
| 730 | * elfutils.spec.in: Create separata elfutils-libelf-devel package. |
| 731 | Install libdw DSOs. |
| 732 | |
| 733 | * configure.ac (AC_CONFIG_SRCDIR): Use libelf/libelf.h as the file |
| 734 | name. |
| 735 | |
| 736 | 2003-08-13 Ulrich Drepper <drepper@redhat.com> |
| 737 | |
| 738 | * elfutils.spec.in: Remove references to libebl.so. |
| 739 | |
| 740 | 2003-08-11 Ulrich Drepper <drepper@redhat.com> |
| 741 | |
| 742 | * Moved to CVS archive. |
| 743 | |
| 744 | 2000-08-25 Ulrich Drepper <drepper@redhat.com> |
| 745 | |
| 746 | * The beginning. See the NEWS file for the time being. |