Go to file
Marek Michalkiewicz 5fecfd8d61 avr-protos.h, avr.c (unique_section, [...]): Add "const" as needed to remove warnings.
* config/avr/avr-protos.h, config/avr/avr.c (unique_section,
	gas_output_limited_string, gas_output_ascii, output_movqi,
	output_movhi, out_movqi_r_mr, out_movqi_mr_r, out_movhi_r_mr,
	out_movhi_mr_r, out_movsi_r_mr, out_movsi_mr_r, output_movsisf,
	out_tstsi, out_tsthi, ret_cond_branch, ashlqi3_out, ashlhi3_out,
	ashlsi3_out, ashrqi3_out, ashrhi3_out, ashrsi3_out, lshrqi3_out,
	lshrhi3_out, lshrsi3_out, output_reload_inhi, output_reload_insisf,
	out_shift_with_cnt, ptrreg_to_str, cond_string, encode_section_info):
	Add "const" as needed to remove warnings.

	* config/avr/avr.c (avr_override_options, avr_init_once,
	function_prologue, function_epilogue, frame_pointer_required_p,
	class_likely_spilled_p, order_regs_for_local_alloc,
	avr_address_cost, avr_ret_register): Use K&R style arguments.
	(initial_elimination_offset, gas_output_limited_string):
	Remove ATTRIBUTE_UNUSED from the used arguments.
	(output_mov*, out_mov*_r_mr, out_mov*_mr_r, output_reload_insisf):
	Use local variables src, dest, base to access operands[].
	Rename reg_dest to reg_src if that's what it is.
	(output_movhi, output_movsisf): Optimize loading 8-bit immediate
	constants to LD_REGS if reg_was_0.
	(output_reload_insisf): Change arg 3 to insn length and set it.
	(out_movhi_r_mr, out_movhi_mr_r): Use in/out for more efficient
	access to 16-bit I/O register pairs.
	(avr_address_cost): Lower cost for the above case.
	(out_tsthi): Use "or" (faster) instead of "sbiw" if the operand
	may be clobbered, also for LD_REGS.
	(adjust_insn_length): Correct insn length for iorhi3 and iorsi3
	with a CONST_INT.

	* config/avr/avr.h (PTRDIFF_TYPE): Make signed.

	* config/avr/avr.md: Change all uses of the TEST_HARD_REG_CLASS
	macro to test_hard_reg_class function.
	(*movsi, *movsf): Change "cc" attribute from "clobber" to "none"
	for loading immediate constants to LD_REGS.
	(andsi3, cmphi, cmpsi): Add return statements to avoid warnings.

From-SVN: r36117
2000-09-03 11:37:48 +04:00
boehm-gc * gcconfig.h [OSF1] (_end): Declare as `int'. 2000-08-16 18:17:59 +00:00
config
contrib gcc_update: Execute touch_files_reexec even if cvs update failed. 2000-08-30 21:56:42 +00:00
etc
gcc avr-protos.h, avr.c (unique_section, [...]): Add "const" as needed to remove warnings. 2000-09-03 11:37:48 +04:00
include [multiple changes] 2000-08-28 20:29:29 -04:00
INSTALL
libchill
libf2c Daily bump. 2000-09-02 01:45:38 -06:00
libffi configure.in [...] (TARGET, TARGETDIR): Set. 2000-08-24 01:01:57 +00:00
libiberty Add testcases and missing changelogs: 2000-08-31 21:44:25 +00:00
libio editbuf.h (edit_streambuf): Fix syntax error in friend-declaration. 2000-08-18 10:20:52 +00:00
libjava StreamTokenizer.java: Don't throw a NumberFormatException if a field is numeric as far as the... 2000-09-01 15:00:59 +00:00
libobjc configure.in: Create a config.h file. 2000-08-15 07:39:20 +00:00
libstdc++ bitset (bitset::_M_is_any): Don't use __BITSET_WORDS macro on _Nw since _Nw is already the number of words... 2000-08-22 13:24:01 -06:00
libstdc++-v3 locale-inst.cc: Remove pre-instantiation of unicode codecvt types. 2000-09-01 22:02:49 +00:00
texinfo
zlib
.cvsignore
ChangeLog Oops, committed with wrong date 2000-09-02 07:25:28 +00:00
config-ml.in config-ml.in (CC, CXX): Avoid trailing whitespace. 2000-08-22 05:02:48 +00:00
config.guess config.guess: Import CVS version 1.152. 2000-08-27 16:38:00 +00:00
config.if
config.sub config.guess: Import CVS version 1.152. 2000-08-27 16:38:00 +00:00
configure top level: 2000-08-14 18:08:46 +00:00
configure.in configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian crosses... 2000-09-02 07:18:09 +00:00
COPYING
COPYING.LIB
djunpack.bat
install-sh
libtool.m4 top level: 2000-08-14 18:08:46 +00:00
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS MAINTAINERS: Add self to Write After Approval list. 2000-08-30 20:40:25 +00:00
Makefile.in * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here. 2000-08-13 20:44:50 +00:00
missing
mkdep
mkinstalldirs
move-if-change
README
symlink-tree
ylwrap

		   README for GNU development tools

This directory contains various GNU compilers, assemblers, linkers, 
debuggers, etc., plus their support routines, definitions, and documentation.


Check the INSTALL directory for detailed configuration and installation
instructions.


Much of the code and documentation enclosed is copyright by
the Free Software Foundation, Inc.  See the file COPYING or
COPYING.LIB in the various directories, for a description of the
GNU General Public License terms under which you can copy the files.

REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info
on where and how to report problems.