Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(441)

Side by Side Diff: gcc/ChangeLog

Issue 10537138: Don't refer to pthread_cancel in libgcc (Closed) Base URL: http://git.chromium.org/native_client/nacl-gcc.git@master
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | gcc/gthr-posix.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2012-06-11 Roland McGrath <mcgrathr@google.com>
2
3 * gthr-posix.h [neither FreeBSD nor Solaris] (__gthread_active_p):
4 If __GLIBC__ is defined, refer to __pthread_key_create instead of
5 pthread_cancel.
6
1 2010-01-21 Release Manager 7 2010-01-21 Release Manager
2 8
3 * GCC 4.4.3 released. 9 * GCC 4.4.3 released.
4 10
5 2010-01-20 Richard Guenther <rguenther@suse.de> 11 2010-01-20 Richard Guenther <rguenther@suse.de>
6 12
7 PR tree-optimization/41826 13 PR tree-optimization/41826
8 * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Avoid 14 * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Avoid
9 access to re-allocated vector fields. 15 access to re-allocated vector fields.
10 16
(...skipping 5796 matching lines...) Expand 10 before | Expand all | Expand 10 after
5807 (process_init_element): Add IMPLICIT argument. Pass it down 5813 (process_init_element): Add IMPLICIT argument. Pass it down
5808 to output_init_element. 5814 to output_init_element.
5809 (push_init_element, pop_init_level, set_designator): Adjust 5815 (push_init_element, pop_init_level, set_designator): Adjust
5810 process_init_element callers. 5816 process_init_element callers.
5811 (set_nonincremental_init, set_nonincremental_init_from_string): 5817 (set_nonincremental_init, set_nonincremental_init_from_string):
5812 Adjust add_pending_init callers. 5818 Adjust add_pending_init callers.
5813 (output_pending_init_elements): Adjust output_init_element callers. 5819 (output_pending_init_elements): Adjust output_init_element callers.
5814 * c-tree.h (process_init_element): Adjust prototype. 5820 * c-tree.h (process_init_element): Adjust prototype.
5815 * c-parser.c (c_parser_initelt, c_parser_initval): Adjust 5821 * c-parser.c (c_parser_initelt, c_parser_initval): Adjust
5816 process_init_element callers. 5822 process_init_element callers.
OLDNEW
« no previous file with comments | « no previous file | gcc/gthr-posix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698