Mercurial > hg > CbC > CbC_gcc
comparison libobjc/ChangeLog @ 131:84e7813d76e9
gcc-8.2
author | mir3636 |
---|---|
date | Thu, 25 Oct 2018 07:37:49 +0900 |
parents | 04ced10e8804 |
children | 1830386684a0 |
comparison
equal
deleted
inserted
replaced
111:04ced10e8804 | 131:84e7813d76e9 |
---|---|
1 2018-04-24 H.J. Lu <hongjiu.lu@intel.com> | |
2 | |
3 * configure: Regenerated. | |
4 | |
5 2018-04-19 Jakub Jelinek <jakub@redhat.com> | |
6 | |
7 * configure: Regenerated. | |
8 | |
9 2018-04-18 David Malcolm <dmalcolm@redhat.com> | |
10 | |
11 PR jit/85384 | |
12 * configure: Regenerate. | |
13 | |
14 2018-02-14 Igor Tsimbalist <igor.v.tsimbalist@intel.com> | |
15 | |
16 PR target/84148 | |
17 * configure: Regenerate. | |
18 | |
19 2018-01-03 Jakub Jelinek <jakub@redhat.com> | |
20 | |
21 Update copyright years. | |
22 | |
23 2017-11-23 Tom de Vries <tom@codesourcery.com> | |
24 | |
25 * class.c (CLASS_TABLE_HASH): Wrap in "do {} while (0)". | |
26 | |
27 2017-11-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com> | |
28 | |
29 * Makefile.in: Regenerate. | |
30 * aclocal.m4: Likeiwse. | |
31 * configure: Likewise. | |
32 * configure.ac: Set CET_FLAGS. Update XCFLAGS. | |
33 | |
1 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org> | 34 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org> |
2 Alan Hayward <alan.hayward@arm.com> | 35 Alan Hayward <alan.hayward@arm.com> |
3 David Sherwood <david.sherwood@arm.com> | 36 David Sherwood <david.sherwood@arm.com> |
4 | 37 |
5 * encoding.c (_darwin_rs6000_special_round_type_align): Prefix mode | 38 * encoding.c (_darwin_rs6000_special_round_type_align): Prefix mode |
12 * encoding.c (objc_layout_structure_next_member): Adjust | 45 * encoding.c (objc_layout_structure_next_member): Adjust |
13 ADJUST_FIELD_ALIGN usage. | 46 ADJUST_FIELD_ALIGN usage. |
14 | 47 |
15 2017-01-18 Matthias Klose <doko@ubuntu.com> | 48 2017-01-18 Matthias Klose <doko@ubuntu.com> |
16 | 49 |
17 PR libobjc/78697 | 50 PR libobjc/78697 |
18 * configure.ac: Allow default for --with-target-bdw-gc-include. | 51 * configure.ac: Allow default for --with-target-bdw-gc-include. |
19 * configure: Regenerate. | 52 * configure: Regenerate. |
20 | 53 |
21 PR libobjc/78698 | 54 PR libobjc/78698 |
22 * configure.ac: Use the libgc.la file when available. | 55 * configure.ac: Use the libgc.la file when available. |
23 * configure: Regenerate. | 56 * configure: Regenerate. |
24 | 57 |
25 2017-01-17 Jakub Jelinek <jakub@redhat.com> | 58 2017-01-17 Jakub Jelinek <jakub@redhat.com> |
26 | 59 |
259 | 292 |
260 * class.c (objc_lookup_class): Added back for compatibility with | 293 * class.c (objc_lookup_class): Added back for compatibility with |
261 clang which seems to emit calls to it. | 294 clang which seems to emit calls to it. |
262 | 295 |
263 2011-10-08 Richard Frith-Macdonald <rfm@gnu.org> | 296 2011-10-08 Richard Frith-Macdonald <rfm@gnu.org> |
264 Nicola Pero <nicola.pero@meta-innovation.com> | 297 Nicola Pero <nicola.pero@meta-innovation.com> |
265 | 298 |
266 PR libobjc/50428 | 299 PR libobjc/50428 |
267 * sendmsg.c (__objc_send_initialize): If a class does not have an | 300 * sendmsg.c (__objc_send_initialize): If a class does not have an |
268 +initialize method, search for an +initialize method in the | 301 +initialize method, search for an +initialize method in the |
269 superclass and in the ancestor classes and execute the first one | 302 superclass and in the ancestor classes and execute the first one |
2063 (__objc_thread_id): Likewise. | 2096 (__objc_thread_id): Likewise. |
2064 * thr.c (__objc_thread_detach_functiont): Add __builtin_trap () | 2097 * thr.c (__objc_thread_detach_functiont): Add __builtin_trap () |
2065 for noreturn. | 2098 for noreturn. |
2066 | 2099 |
2067 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com> | 2100 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com> |
2068 Steve Ellcey <sje@cup.hp.com> | 2101 Steve Ellcey <sje@cup.hp.com> |
2069 | 2102 |
2070 * configure: Regenerate for new libtool. | 2103 * configure: Regenerate for new libtool. |
2071 * config.h.in: Regenerate for new libtool. | 2104 * config.h.in: Regenerate for new libtool. |
2072 | 2105 |
2073 2008-07-18 Matthias Klose <doko@ubuntu.com> | 2106 2008-07-18 Matthias Klose <doko@ubuntu.com> |
2311 PR libobjc/23612 | 2344 PR libobjc/23612 |
2312 * objc/objc-api.h (struct objc_ivar): Move definition to | 2345 * objc/objc-api.h (struct objc_ivar): Move definition to |
2313 global scope. | 2346 global scope. |
2314 | 2347 |
2315 2005-09-04 Andrew Pinski <pinskia@physics.uc.edu> | 2348 2005-09-04 Andrew Pinski <pinskia@physics.uc.edu> |
2316 Rasmus Hahn <rassahah@neofonie.de> | 2349 Rasmus Hahn <rassahah@neofonie.de> |
2317 | 2350 |
2318 PR libobjc/23108 | 2351 PR libobjc/23108 |
2319 * archive.c (objc_write_type): Correct the element offset. | 2352 * archive.c (objc_write_type): Correct the element offset. |
2320 (objc_read_type): Likewise. | 2353 (objc_read_type): Likewise. |
2321 | 2354 |
2322 2005-08-17 Kelley Cook <kcook@gcc.gnu.org> | 2355 2005-08-17 Kelley Cook <kcook@gcc.gnu.org> |
2323 | 2356 |
2324 * All files: Update FSF address. | 2357 * All files: Update FSF address. |
2325 | 2358 |
2326 2005-08-13 Marcin Koziej <creep@desk.pl> | 2359 2005-08-13 Marcin Koziej <creep@desk.pl> |
2327 Andrew Pinski <pinskia@physics.uc.edu> | 2360 Andrew Pinski <pinskia@physics.uc.edu> |
2328 | 2361 |
2329 PR libobjc/22492 | 2362 PR libobjc/22492 |
2330 * exception.c (PERSONALITY_FUNCTION): Fix the PC with finally. | 2363 * exception.c (PERSONALITY_FUNCTION): Fix the PC with finally. |
2331 | 2364 |
2332 2005-08-13 Andrew Pinski <pinskia@physics.uc.edu> | 2365 2005-08-13 Andrew Pinski <pinskia@physics.uc.edu> |
3472 | 3505 |
3473 1998-09-21 Ben Elliston <bje@cygnus.com> | 3506 1998-09-21 Ben Elliston <bje@cygnus.com> |
3474 | 3507 |
3475 * New directory. Moved files from ../gcc/objc. | 3508 * New directory. Moved files from ../gcc/objc. |
3476 | 3509 |
3477 Copyright (C) 1998-2017 Free Software Foundation, Inc. | 3510 Copyright (C) 1998-2018 Free Software Foundation, Inc. |
3478 | 3511 |
3479 Copying and distribution of this file, with or without modification, | 3512 Copying and distribution of this file, with or without modification, |
3480 are permitted in any medium without royalty provided the copyright | 3513 are permitted in any medium without royalty provided the copyright |
3481 notice and this notice are preserved. | 3514 notice and this notice are preserved. |