summaryrefslogtreecommitdiff
path: root/gcc/godump.c
Commit message (Expand)AuthorAgeFilesLines
* godump.c (go_output_typedef): Dump size of structs.Ian Lance Taylor2012-04-221-0/+20
* godump.c (struct macro_hash_value): Define.Ian Lance Taylor2011-11-021-40/+115
* godump.c (go_output_typedef): Support printing enum values that don't fit in ...Jakub Jelinek2011-10-031-3/+14
* godump.c (go_define): Treat a single character in single quotes, or a string,...Ian Lance Taylor2011-09-231-0/+12
* godump.c (go_format_type): Correct length of name added to obstack for anonym...Ian Lance Taylor2011-05-311-1/+1
* godump.c (go_format_type): Output the first field with a usable Go type, if any.Ian Lance Taylor2011-05-261-6/+41
* godump.c (go_format_type): Check for invalid type names, pointer target types...Ian Lance Taylor2011-05-261-34/+45
* godump.c (go_define): Don't accept a string immediately after another operand.Ian Lance Taylor2011-05-241-1/+5
* godump.c (struct godump_container): Add invalid_hash field.Ian Lance Taylor2011-05-241-14/+28
* remove TYPE_ARG_TYPES from godump.cNathan Froyd2011-05-201-14/+12
* godump.c (go_output_typedef): Put enum constants in the macro hash table to a...Ian Lance Taylor2011-05-201-3/+18
* godump.c (go_format_type): Use exported Go name for anonymous field name.Ian Lance Taylor2011-04-211-1/+1
* godump.c (go_define): Ignore macros whose definitions include two adjacent op...Ian Lance Taylor2011-01-291-0/+3
* godump.c (go_define): Improve lexing of macro expansion to only accept expres...Ian Lance Taylor2011-01-261-60/+243
* godump.c (go_output_var): Don't output the variable if there is already a typ...Ian Lance Taylor2011-01-111-1/+15
* * godump.c (go_format_type): Don't generate float80.Ian Lance Taylor2011-01-111-4/+1
* godump.c: New file.Ian Lance Taylor2010-11-151-0/+874