mirror of
https://github.com/LIV2/bebbo-gcc.git
synced 2025-12-06 00:23:32 +00:00
2017-02-17 Andreas Tobler <andreast@gcc.gnu.org>
Backported from mainline
2017-02-16 Andreas Tobler <andreast@gcc.gnu.org>
PR sanitizer/79562
* sanitizer_common/sanitizer_platform_limits_posix.cc: Cherry-pick
upstream r294806.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-6-branch@245546 138bc75d-0d04-0410-961f-82ee72b054a4
This commit is contained in:
parent
2e67412fa1
commit
a0dba0b34e
@ -1,3 +1,12 @@
|
||||
2017-02-17 Andreas Tobler <andreast@gcc.gnu.org>
|
||||
|
||||
Backported from mainline
|
||||
2017-02-16 Andreas Tobler <andreast@gcc.gnu.org>
|
||||
|
||||
PR sanitizer/79562
|
||||
* sanitizer_common/sanitizer_platform_limits_posix.cc: Cherry-pick
|
||||
upstream r294806.
|
||||
|
||||
2016-12-21 Release Manager
|
||||
|
||||
* GCC 6.3.0 released.
|
||||
|
||||
@ -21,11 +21,6 @@
|
||||
#ifdef _FILE_OFFSET_BITS
|
||||
#undef _FILE_OFFSET_BITS
|
||||
#endif
|
||||
#if SANITIZER_FREEBSD
|
||||
#define _WANT_RTENTRY
|
||||
#include <sys/param.h>
|
||||
#include <sys/socketvar.h>
|
||||
#endif
|
||||
#include <arpa/inet.h>
|
||||
#include <dirent.h>
|
||||
#include <errno.h>
|
||||
@ -411,6 +406,7 @@ unsigned struct_ElfW_Phdr_sz = sizeof(Elf_Phdr);
|
||||
unsigned struct_input_absinfo_sz = sizeof(struct input_absinfo);
|
||||
unsigned struct_input_id_sz = sizeof(struct input_id);
|
||||
unsigned struct_mtpos_sz = sizeof(struct mtpos);
|
||||
unsigned struct_rtentry_sz = sizeof(struct rtentry);
|
||||
unsigned struct_termio_sz = sizeof(struct termio);
|
||||
unsigned struct_vt_consize_sz = sizeof(struct vt_consize);
|
||||
unsigned struct_vt_sizes_sz = sizeof(struct vt_sizes);
|
||||
@ -430,7 +426,6 @@ unsigned struct_ElfW_Phdr_sz = sizeof(Elf_Phdr);
|
||||
unsigned struct_midi_info_sz = sizeof(struct midi_info);
|
||||
unsigned struct_mtget_sz = sizeof(struct mtget);
|
||||
unsigned struct_mtop_sz = sizeof(struct mtop);
|
||||
unsigned struct_rtentry_sz = sizeof(struct rtentry);
|
||||
unsigned struct_sbi_instrument_sz = sizeof(struct sbi_instrument);
|
||||
unsigned struct_seq_event_rec_sz = sizeof(struct seq_event_rec);
|
||||
unsigned struct_synth_info_sz = sizeof(struct synth_info);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user