mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
b38ead219b
The C standard doesn't guarantee a function pointer can be cast to void* and vice versa. binutils/ * prdbg.c (print_debugging_info): Don't use void* for function pointer param. * budbg.h (print_debugging_info): Update prototype. gas/ * read.c (s_altmacro, s_reloc): Make definition static.
44 lines
1.2 KiB
Plaintext
44 lines
1.2 KiB
Plaintext
2015-01-12 Alan Modra <amodra@gmail.com>
|
||
|
||
* read.c (s_altmacro, s_reloc): Make definition static.
|
||
|
||
2015-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
|
||
|
||
* config/tc-avr.c (md_apply_fix): Update the contents of VALP for
|
||
diff fixups.
|
||
|
||
2015-01-09 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
|
||
|
||
* config/tc-arm.c (arm_cpus): Add support for APM X-Gene 1 and
|
||
X-Gene 2.
|
||
* doc/c-arm.texi (ARM Options): Mention xgene1 and xgene2.
|
||
|
||
2015-01-07 Jan Beulich <jbeulich@suse.com>
|
||
|
||
* config/tc-arm.c (struct arm_option_extension_value_table):
|
||
Split field "value" into fields "merge_value" and "clear_value".
|
||
(arm_extensions): Adjust initializer accordingly.
|
||
|
||
2015-01-01 Alan Modra <amodra@gmail.com>
|
||
|
||
* as.c (parse_args): Just print current year.
|
||
|
||
2015-01-01 Alan Modra <amodra@gmail.com>
|
||
|
||
Update year range in copyright notice of all files.
|
||
|
||
For older changes see ChangeLog-2014
|
||
|
||
Copyright (C) 2015 Free Software Foundation, Inc.
|
||
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted in any medium without royalty provided the copyright
|
||
notice and this notice are preserved.
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|