Re: question about pic and relocation

2006-02-23 Thread Daniel Jacobowitz
appens that shared libraries are linked as 0x5ffe or thereabouts. It's historical. > Why? And the symble 'b' is of absolute type(*A*)? I don't know; not enough information. -- Daniel Jacobowitz CodeSourcery

Re: question about pic and relocation

2006-02-22 Thread Daniel Jacobowitz
ps-elf-readelf -r fun.so That's not a shared object, no matter what you call it. You have to assemble and then link; please let GCC do the linking, it knows how to invoke the linker properly for each platform. -- Daniel Jacobowitz CodeSourcery

Re: Toplevel bootstrap patches cause bootstrap breakage

2006-02-21 Thread Daniel Jacobowitz
On Tue, Feb 21, 2006 at 02:16:27PM -0500, Daniel Jacobowitz wrote: > On Tue, Feb 21, 2006 at 01:50:47PM -0500, David Edelsohn wrote: > > if [ -d ../prev-gcc ]; then \ > > cd ../prev-gcc && \ > > make install-headers-tar DESTDIR=`pwd`/../gcc/ \ > > libsubd

Re: Toplevel bootstrap patches cause bootstrap breakage

2006-02-21 Thread Daniel Jacobowitz
nt of install-headers-tar with no dependencies to do this, or find some other way entirely. -- Daniel Jacobowitz CodeSourcery

Re: Toplevel bootstrap patches cause bootstrap breakage

2006-02-21 Thread Daniel Jacobowitz
ks with prev-gcc/xgcc which does not exist because the bootstrap is > in the process of installing it. I'm not quite sure what you mean by "installing in prev-gcc"; could you show me the tail end of a log? -- Daniel Jacobowitz CodeSourcery

Re: software floating point host triplet?

2006-02-20 Thread Daniel Jacobowitz
ver I'd > like to integrate this in a way that would benefit everybody. Have you tried --with-float=soft, which works on several different architectures already? -- Daniel Jacobowitz CodeSourcery

Re: gcc and attribute __packed__

2006-02-10 Thread Daniel Jacobowitz
t; u_int16_t b; > }; The size of this type is four on that ABI. It doesn't matter if you pack a structure containing this; that eliminates padding in the structure, but doesn't change the type or size of the union. -- Daniel Jacobowitz CodeSourcery

Re: How to create libgcc_eh.a for mips-elf-gcc?

2006-02-09 Thread Daniel Jacobowitz
build glibc. For one thing, you can't do it with a mips-elf targeted compiler; glibc builds for mips-linux, not for mips-elf. -- Daniel Jacobowitz CodeSourcery

Toplevel bootstrap only - where are we?

2006-01-30 Thread Daniel Jacobowitz
working with old-style GCC subdirectory bootstrap? What blockers are there, besides retraining our fingers? -- Daniel Jacobowitz CodeSourcery

Re: Reconsidering gcjx

2006-01-27 Thread Daniel Jacobowitz
issues with not just the language it was written in, but what specific version of the compiler was used to bootstrap. ECJ, hopefully, will be less problematic. - People already marginalize gcj because libjava takes so bloody long to build. If ECJ can be noticably faster than GCJ is, this might have the opposite effect. -- Daniel Jacobowitz CodeSourcery

Re: Reconsidering gcjx

2006-01-27 Thread Daniel Jacobowitz
lumn numbers? Not today, no. -- Daniel Jacobowitz CodeSourcery

Re: /gcc/testsuite disappears when recompiling

2006-01-25 Thread Daniel Jacobowitz
; anymore. I will have to modify all the paths to /stage1-gcc? If you run all-stage1, or stage1-start, then the top level will put the stage1 gcc directory back into place. There's a separate gcc subdirectory for every stage; the "current" stage will be named "gcc", and all the others will be named "stageFOO-gcc". -- Daniel Jacobowitz CodeSourcery

Re: [CFARM] Automatic bootstrap & check of each svn commit on the GCC Compile Farm

2006-01-23 Thread Daniel Jacobowitz
t one posted. Optionally, by some change other than the total number of PASS. -- Daniel Jacobowitz CodeSourcery

Re: branch_target_register_class - receipt for a crash

2006-01-22 Thread Daniel Jacobowitz
have seen it initialized to hook_int_void_no_regs. - This comes from TARGET_BRANCH_TARGET_REGISTER_CLASS. - SH redefines that to sh_target_reg_class. -- Daniel Jacobowitz CodeSourcery

Re: Excluding C++ Library Code

2006-01-18 Thread 'Daniel Jacobowitz'
want to stop in, with system > headers being just one of the boxes. Right - my point was only that I've thought about it long enough to know it needed some more thinking about :-) I definitely agree that the debugger should be doing it, not the compiler. It's not appreciably ha

Re: Example of debugging GCC with toplevel bootstrap

2006-01-18 Thread Daniel Jacobowitz
ou. Perhaps Mike can clarify if that's what he meant. -- Daniel Jacobowitz CodeSourcery

-Wpointer-sign for GCC 4.1

2006-01-17 Thread Daniel Jacobowitz
Someone's informed Richard Stallman that this (annoying) warning will not be enabled by default in GCC 4.1. But, it currently seems to be. Should it be turned off before the release? If not, who told RMS it was? :-) -- Daniel Jacobowitz CodeSourcery

Re: Status and rationale for toplevel bootstrap (was Re: Example of debugging GCC with toplevel bootstrap)

2006-01-16 Thread Daniel Jacobowitz
s I strongly disagree with this sentiment. Host dependencies of any sort are a bug. -- Daniel Jacobowitz CodeSourcery

Re: Question about the internal compiler error in verify_local_live_at_start

2006-01-16 Thread Daniel Jacobowitz
g two or three passes before, but not been detected until now - e.g. a needed definition being deleted. -- Daniel Jacobowitz CodeSourcery

Re: Status and rationale for toplevel bootstrap (was Re: Example of debugging GCC with toplevel bootstrap)

2006-01-16 Thread Daniel Jacobowitz
part of a bootstrap or not. I'm not going to respond to the rest. We're going around in circles and not making the slightest forward progress. -- Daniel Jacobowitz CodeSourcery

Re: Status and rationale for toplevel bootstrap (was Re: Example of debugging GCC with toplevel bootstrap)

2006-01-16 Thread Daniel Jacobowitz
s from time to time, though. We're listening to yours; please stop blowing off mine. -- Daniel Jacobowitz CodeSourcery

Re: Status and rationale for toplevel bootstrap (was Re: Example of debugging GCC with toplevel bootstrap)

2006-01-16 Thread Daniel Jacobowitz
ibgcc and the crt startup files, which currently do live in the gcc directory, and folks have wanted to move out of it for five or ten years. We can't skip them during a bootstrap; it just won't work. -- Daniel Jacobowitz CodeSourcery

Re: Status and rationale for toplevel bootstrap (was Re: Example of debugging GCC with toplevel bootstrap)

2006-01-16 Thread Daniel Jacobowitz
he record, this is non-hypothetical. It happened to me a few weeks ago - if I'd been bootstrapping in a combined tree, stage1 gcc would have miscompiled stage2 as which would have misassembled stage2 gcc. -- Daniel Jacobowitz CodeSourcery

Re: _Pragma3.c failure on gcc 4.1 branch for darwin 8.4.0

2006-01-15 Thread Daniel Jacobowitz
e I was building from a clean svn pull > of the gcc 4.1 branch using svn 1.3.0. Is svn that broken that I need > to manually correct the timestamps after every pull? That this ever worked with CVS required a lot of luck. -- Daniel Jacobowitz CodeSourcery

Re: Cross compiling libstc++-v3 fails

2006-01-11 Thread Daniel Jacobowitz
ain/gcc-4.2-20060107/host-i686-pc-linux-gnu/gcc" > option, does it generate the executable without any errors. How > can this include give ld the wrong emulation mode? Apparently, > there is no "-o" in any file in the build-directory. Sounds like there's an error in your specs. Run gcc -v and see what it's invoking. -- Daniel Jacobowitz CodeSourcery

Re: Time to add new copyright years...

2006-01-04 Thread Daniel Jacobowitz
ight year on every file. Details in maintain.texi. (No, I don't really understand the reasoning. Feel free to follow up on gnu-prog-discuss if you are on that list.) -- Daniel Jacobowitz CodeSourcery

Re: Testing GCC install (was: inconsistency in location of static and shared libraries on sparc64-sun-solaris*)

2006-01-03 Thread Daniel Jacobowitz
On Tue, Jan 03, 2006 at 10:39:06PM +0100, Laurent GUERBY wrote: > On Tue, 2006-01-03 at 16:01 -0500, Daniel Jacobowitz wrote: > > On Tue, Jan 03, 2006 at 09:26:11PM +0100, Laurent GUERBY wrote: > > > On Tue, 2006-01-03 at 20:47 +0100, Eric Botcazou wrote: > > > > &g

Re: inconsistency in location of static and shared libraries on sparc64-sun-solaris*

2006-01-03 Thread Daniel Jacobowitz
s without touching --prefix, in fact, via DESTDIR and relocatable installs. It's just a bit disruptive to the workflow, so I wanted to wait until toplevel bootstrap was settled first. -- Daniel Jacobowitz CodeSourcery

Re: selection or target tools

2005-12-23 Thread Daniel Jacobowitz
On Fri, Dec 23, 2005 at 01:19:14PM +0100, Gunther Nikl wrote: > On Thu, Dec 22, 2005 at 11:39:20AM -0500, Daniel Jacobowitz wrote: > > On Thu, Dec 22, 2005 at 05:34:14PM +0100, Gunther Nikl wrote: > > > Hello! > > > > > > The new scheme to select target tools

Re: selection or target tools

2005-12-22 Thread Daniel Jacobowitz
using --program-prefix would probably also pass the same value to --with-build-tools. -- Daniel Jacobowitz CodeSourcery, LLC

Re: selection or target tools

2005-12-22 Thread Daniel Jacobowitz
you'd get if > >you said "as", so why shouldn't we use it? > > > When building from a combined tree, I still see that the compiler is > using the assembler in $prefix/$target/bin/as even for a native > configuration. Sure - after it's installed, I&#x

Re: selection or target tools

2005-12-22 Thread Daniel Jacobowitz
is last changed around 2005-06-16 on HEAD, and we assume that the assembler installed in $prefix is the assembler you want the compiler to be using - it's the same assembler you'd get if you said "as", so why shouldn't we use it? -- Daniel Jacobowitz CodeSourcery, LLC

Re: asm label generation bug?

2005-12-22 Thread Daniel Jacobowitz
> /tmp//ccgioejq.s: line 538: 1252-149 Instruction lwarx is not implemented in > the current assembly mode COM. Again, this error is coming from the AIX assembler, not from GCC. You ned to pass the correct options (I don't know what they are) to that assembler to make it accept these instructions. -- Daniel Jacobowitz CodeSourcery, LLC

Re: Bootstrap failure on Linux/x86-64 in Ada

2005-12-20 Thread Daniel Jacobowitz
On Tue, Dec 20, 2005 at 03:52:23PM +0100, Paolo Bonzini wrote: > So, the AIX makefile fragments config/mh-ppc-aix and config/mt-ppc-aix > could not just do > > ADAFLAGS += -mminimal-toc > ADAFLAGS_FOR_TARGET += -mminimal-toc We can't use += in the top level, can we? -

Re: Bootstrap comparison failure

2005-12-19 Thread Daniel Jacobowitz
x27;t fail. The path that matters is not one ever returned by PWDCMD but the one seen in $PWD by GCC; the only cd that's happened at that point is done in the shell, by the toplevel Makefile, into 'gcc'. -- Daniel Jacobowitz CodeSourcery, LLC

Re: Bootstrap comparison failure

2005-12-18 Thread Daniel Jacobowitz
t I think it would be smarter to avoid the dependence; POSIX is pretty clear on the allowed canonicalizations of $PWD, but the definition is twisty enough that I'm sure some shells get it wrong. -- Daniel Jacobowitz CodeSourcery, LLC

Re: What happend to bootstrap-lean? (was: What happened to bubblestrap?)

2005-12-18 Thread Daniel Jacobowitz
t decision, and move all the files around instead. That wouldn't change the need to hand off to the top level in order to do bootstraps though; the routines in gcc would be just for convenience. A bootstrap would need to build top level versions of helper tools and libraries. -- Daniel Jacobowitz CodeSourcery, LLC

Re: What happend to bootstrap-lean? (was: What happened to bubblestrap?)

2005-12-18 Thread Daniel Jacobowitz
r directory renames (and it looks like we'll have to switch back to only via directory renames) one of these is obj/gcc and another is obj/prev-gcc at any given time. -- Daniel Jacobowitz CodeSourcery, LLC

Re: What happend to bootstrap-lean? (was: What happened to bubblestrap?)

2005-12-18 Thread Daniel Jacobowitz
ould have to recurse to the parent directory, which is then going to rename your current directory and do bits elsewhere, in other directories; it's likely to leave you far away from the results of your make. Do you really think that'll leave you any less confused? I'd be baffled! I hate it when things rename my $PWD. -- Daniel Jacobowitz CodeSourcery, LLC

Re: Bootstrap comparison failure

2005-12-18 Thread Daniel Jacobowitz
platforms; try it and see :-) My guess is that you're using a shell that does not set the environment variable 'PWD', or sets it to a canonicalized path; see libiberty/getpwd.c. I've been considering disabling ln -s support. It's too fragile, though this is the first report of it actually failing I've seen by email; someone mentioned similar problems on IRC. Paolo, what do you think? -- Daniel Jacobowitz CodeSourcery, LLC

Re: What happend to bootstrap-lean? (was: What happened to bubblestrap?)

2005-12-18 Thread Daniel Jacobowitz
sions of bootstrapping. We're investigating losing the configure option. But if you insist that you must continue to run 'make' in the gcc subdirectory, you won't get a bootstrap, just a rebuild of the current stage. -- Daniel Jacobowitz CodeSourcery, LLC

Re: What happend to bootstrap-lean? (was: What happened to bubblestrap?)

2005-12-17 Thread Daniel Jacobowitz
is letting target libraries be bootstrapped instead of the huge amount of cruft we have inside the gcc directory to handle libgcc. They've continued working for "decades" because up until now, no one's been brave enough to try to rework them :-) -- Daniel Jacobowitz CodeSourcery, LLC

Re: GCC mailing list archive search omits results after May 2005

2005-12-17 Thread Daniel Jacobowitz
s online again. Before you go ahead with that, please check with overseers@; they (Frank in particular) have been setting up a new search engine for the list archives all last week. -- Daniel Jacobowitz CodeSourcery, LLC

Re: make install is broken on powerpc-darwin starting with a 3.3 compiler

2005-12-16 Thread Daniel Jacobowitz
TAGE1_FLAGS_TO_PASS for the recursive invocation (in which case, this probably applies to all the other targets, too). -- Daniel Jacobowitz CodeSourcery, LLC

Re: How to rebuild stage 1?

2005-12-16 Thread Daniel Jacobowitz
oplevel* directory, "make all-stage1". I > can rename it to "make restage1" if people care enough, but I think the > new name fits more the toplevel Makefile's naming of targets (where you > have all-host, all-target, etc.). What we really need is more documentation in the top-level Makefile about the available targets and what they do, I think. -- Daniel Jacobowitz CodeSourcery, LLC

Re: Hard to tell what stage the bootstrap is on

2005-12-16 Thread Daniel Jacobowitz
Exactly what I was suggesting - we can run stage1/gcc, though, which will make it real obvious in the logs which stage we're building. -- Daniel Jacobowitz CodeSourcery, LLC

Re: Add revision number to gcc version?

2005-12-15 Thread Daniel Jacobowitz
would get (gcc-4_1-branch revision 108596 modified) or > (gcc-4_1-branch revision 108596 clean) I think we already had this discussion and decided that svn status took too long in many cases. -- Daniel Jacobowitz CodeSourcery, LLC

Re: [OT] RE: GCC mailing list archive search omits results after May 2005

2005-12-15 Thread Daniel Jacobowitz
free is free? > > If gmane is free, please supply me a set of the source code to the gmane > application, so that I can modify it and use it for my own purposes. http://gmane.org/dist.php The bits I checked were under the GPL. -- Daniel Jacobowitz CodeSourcery, LLC

Re: Hard to tell what stage the bootstrap is on

2005-12-15 Thread Daniel Jacobowitz
level - hopefully along with the gcc-provided include files - then gcc can be a pure host directory, and we won't need to worry about this. -- Daniel Jacobowitz CodeSourcery, LLC

Re: [PATCH] Do not stage the final build results

2005-12-15 Thread Daniel Jacobowitz
make unstage". stage/unstage should be harmless between builds and a new invocation of make should generally force the correct state, so it's safe to adjust them as necessary. > 2005-12-15 Paolo Bonzini <[EMAIL PROTECTED]> > > * Makefile.tpl (all, do-[+make

Re: unrecognized option '-no-cpp-precomp' on Mac OS X (10.4.3)

2005-12-14 Thread Daniel Jacobowitz
tion did not > seem to have this option in it -- at least not in the section dealing > with command line options > for the CPP. > > Any ideas where it might have gone? Is it an "internal" option? It is only supported by Apple's compiler, not part of the FSF

Re: Torbjorn's ieeelib.c

2005-11-29 Thread Daniel Jacobowitz
ly the fixes for the Ada problems). Yes, I'm going to depend on --enable-bootstrap for this. And continue using files from the GCC directory; we can wean our way out of that incrementally. -- Daniel Jacobowitz CodeSourcery, LLC

Re: Torbjorn's ieeelib.c

2005-11-29 Thread Daniel Jacobowitz
down smaller, which > is likely to be helpful to the folk that actually need it. Before we actually do replace fp-bit, if this is the primary differentiator between the two, I'd like to see numbers. I'd rather have rounding/exception support available if the performance and size cost is acceptable. -- Daniel Jacobowitz CodeSourcery, LLC

Re: Torbjorn's ieeelib.c

2005-11-29 Thread Daniel Jacobowitz
anyone actively working on > that? (We're not...) > > So, I'm afraid we're going to end up going in the other order, unless > someone steps up to do the libgcc move shortly. Well, I've been talking about doing this for so long that I feel I must take this as a challenge... I will give it a shot. -- Daniel Jacobowitz CodeSourcery, LLC

Re: Performance regression testing?

2005-11-28 Thread Daniel Jacobowitz
le benchmark then adding it to "make check" > probably isn't going to give much useful data. I think the only _feasible_ way to do this would be with cycle counting i.e. simulators, and the _usefulness_ of the available simulators for performance on today's hardware is probably too limited. -- Daniel Jacobowitz CodeSourcery, LLC

Re: C++ vague linkage data

2005-11-28 Thread Daniel Jacobowitz
on-weak symbol > only to find out there's obviously no such thing). That's not right. At least glibc's ld.so has not done this by default in years; only if you export LD_DYNAMIC_WEAK=1. Weak defs are treated exactly the same as strong defs during dynamic lookup, by default. --

Re: Copies of the GCC repository

2005-11-22 Thread Daniel Jacobowitz
he'll > likely just fix the problems very quickly. :) > > That's how Daniel Jacobowitz got svk imports of the gcc repo working > without needing a billion gigabytes of memory AFAIK (clkao bugfixed and > provided him with an updated SVN::Mirror with some memory leaks fixed).

Re: dfp-branch merge plans

2005-11-22 Thread Daniel Jacobowitz
erwise, that's OK, but I'll probably end up merging a copy of it into GDB at some point. That really looks like the only feasible way to handle DFP debugging. -- Daniel Jacobowitz CodeSourcery, LLC

Re: Thoughts on LLVM and LTO

2005-11-22 Thread Daniel Jacobowitz
ining C++ to the optimizers, i.e. preserving the ability to bootstrap without a C++ compiler. That said, I wish it weren't necessary. -- Daniel Jacobowitz CodeSourcery, LLC

Re: Thoughts on LLVM and LTO

2005-11-22 Thread Daniel Jacobowitz
echnology and the LLVM proposal is for merging an existing (already GCC-based) technology to work more closely with GCC. I'm not actually as biased in favor of LLVM as this message sounds; I feel that I don't have a good enough understanding of either option. But I wanted to clarify what I've learned from my earlier conversations about this topic. -- Daniel Jacobowitz CodeSourcery, LLC

Re: Copies of the GCC repository

2005-11-22 Thread Daniel Jacobowitz
) Is it normal that "svk push" takes more than 5 minutes to complete? >If so, that does not match the speed argument I've seen for the >move to SVN. SVN is fast. SVK, in many operations, seems to be quite slow (but fast on others). -- Daniel Jacobowitz CodeSourcery, LLC

Re: svn speed traversing slow filesystems

2005-11-21 Thread Daniel Jacobowitz
ems. I know my solaris box would benefit and I believe > others also if the i/o in SVN were switched to use chdir instead. > > Please consider it. For Solaris, I learned recently, the preferred solution to this problem is actually "openat" and friends. -- Daniel Jacobowitz CodeSourcery, LLC

Re: SV: Re: MISRA C support for GCC?

2005-11-21 Thread Daniel Jacobowitz
ool, rather than piling it into the compiler and linker proper. This wouldn't be a mammoth task. -- Daniel Jacobowitz CodeSourcery, LLC

Re: MISRA C support for GCC?

2005-11-21 Thread Daniel Jacobowitz
dea, although I'm sure a volunteer who cared enough to do so would find it worthwhile. -- Daniel Jacobowitz CodeSourcery, LLC

Re: Working with SVK: how to get it actually work?

2005-11-19 Thread Daniel Jacobowitz
/home/gdr/svk If you've got this... > but the command > >svk checkout //gcc/trunk gcc ... then you can't use this. Try /gcc/gcc/trunk? -- Daniel Jacobowitz CodeSourcery, LLC

Re: dwarf2 unwinder hacks get my static build going: Bug, or indication of what I'm doing wrong?

2005-11-19 Thread Daniel Jacobowitz
question are old enough that they pre-date the fix. I know, for > example, that FC2 and RHEL3 are affected, but FC4 isn't. Definitely works on glibc HEAD, then. -- Daniel Jacobowitz CodeSourcery, LLC

Re: LLVM/GCC Integration Proposal

2005-11-18 Thread Daniel Jacobowitz
's, or move on with Andrew's new design to modernize GCC's. (B) What bits of GCC would we be bypassing, and how badly would we miss them? Presumably, many of the shiny new tree optimizers. Ow. But GCC was not in any state to do this sort of surgery a year ago, I think. -- Daniel Jacobowitz CodeSourcery, LLC

Re: dwarf2 unwinder hacks get my static build going: Bug, or indication of what I'm doing wrong?

2005-11-18 Thread Daniel Jacobowitz
ests in the linuxthreads testsuite and I've run it on HEAD recently. -- Daniel Jacobowitz CodeSourcery, LLC

Re: Register Allocation

2005-11-17 Thread Daniel Jacobowitz
> useful comments there are, the better the chance of us getting a decent > allocator. I don't have any useful comments, but I want to thank you for doing this: it seems like a sound design, and a decent strategy to get GCC moving in an area where it has been stuck in a ditch for a wh

Re: Link-time optimzation

2005-11-17 Thread Daniel Jacobowitz
ode size. I'd expect much more than 1% saving the write-out and write-in on -g. -- Daniel Jacobowitz CodeSourcery, LLC

Re: Link-time optimzation

2005-11-16 Thread Daniel Jacobowitz
ases. (This must be > true when not running with -g, but I thought it was true in other cases > as well.) It might be true for other tools, too. It does now, but given the level of complexity associated with preserving that in your current scheme, it would probably be easier to fix all the

Re: dwarf2 basic block start information

2005-11-15 Thread Daniel Jacobowitz
ry basic block in a function in order to trace execution a little more efficiently than single stepping. - Perhaps improve efficiency of checkpoint/restart reverse debugging. I'm sure there's plenty more :-) -- Daniel Jacobowitz CodeSourcery, LLC

Re: dwarf2 basic block start information

2005-11-15 Thread Daniel Jacobowitz
ery much an internal representation concept that we're exposing. -- Daniel Jacobowitz CodeSourcery, LLC

Re: dwarf2 basic block start information

2005-11-14 Thread Daniel Jacobowitz
ent basic block because of some artifact of inlining. This shouldn't present any problem for a tool using the basic block information. I'm afraid I don't have any useful comments on the patch, but I would like to see GCC generate this information. -- Daniel Jacobowitz CodeSourcery, LLC

Re: dwarf2 basic block start information

2005-11-14 Thread Daniel Jacobowitz
o an optional utility, this extra debug info > should not be emitted by default. There should be an option to emit it. I'd like to know what the size impact of including basic block information would be, first; a lot of tools, including GDB, could make use of it if it were available. -- Daniel Jacobowitz CodeSourcery, LLC

Re: Where is TARGET_EXPLICIT_RELOCS defined for MIPS?

2005-11-13 Thread Daniel Jacobowitz
default = x then target_cpu_default=MASK_EXPLICIT_RELOCS else target_cpu_default="($target_cpu_default)|MASK_EXPLICIT_RELOCS" fi]) -- Daniel Jacobowitz CodeSourcery, LLC

Re: Where is TARGET_EXPLICIT_RELOCS defined for MIPS?

2005-11-13 Thread Daniel Jacobowitz
ht it was on by default, and I can't see where that comes from... -- Daniel Jacobowitz CodeSourcery, LLC

Re: Copies of the GCC repository

2005-11-08 Thread Daniel Jacobowitz
/usr/local/svk-1.05/perl/darwin-thread-multi-2level/SVN/Core.pm line > 579. > Authorization failed: > Commit message saved in svk-commitllh82.tmp. > --- > > Isn't this, creating local branches, is a local operation ? //gcc is a mirrored location. You have to create you

Re: Copies of the GCC repository

2005-11-08 Thread Daniel Jacobowitz
it going to fall down? Refuse to commit entirely? -- Daniel Jacobowitz CodeSourcery, LLC

Re: Copies of the GCC repository

2005-11-08 Thread Daniel Jacobowitz
On Tue, Nov 08, 2005 at 10:37:13AM -0800, Devang Patel wrote: > On 11/7/05, Daniel Jacobowitz <[EMAIL PROTECTED]> wrote: > > [snip] > > > I have generated an SVK repository to go with this. As anyone who's > > doing or done this themselves can attest, it tak

Re: Copies of the GCC repository

2005-11-07 Thread Daniel Jacobowitz
s while I was writing this: - how to make svk refuse commits to the mirrored portion instead of wanting to push them upstream - how to make svk access depots remotely I'm sure they're both possible, I just don't know how yet :-) -- Daniel Jacobowitz CodeSourcery, LLC

Re: Call for compiler help/advice: atomic builtins for v3

2005-11-07 Thread Daniel Jacobowitz
On Mon, Nov 07, 2005 at 07:40:51AM -0800, Ulrich Drepper wrote: > Daniel Jacobowitz wrote: > > The only real problem with this is that it mandates use of shared > > libgcc for the routines in question... always. If they ever go into > > libgcc.a, we can't make

Re: Call for compiler help/advice: atomic builtins for v3

2005-11-07 Thread Daniel Jacobowitz
bility. Use if cascades or indirect > jumps for the others, if necessary. The only real problem with this is that it mandates use of shared libgcc for the routines in question... always. If they ever go into libgcc.a, we can't make sure we got the right copy. -- Daniel Jacobowitz CodeSourcery, LLC

Re: diffing directories with merged-as-deleted files?

2005-11-03 Thread Daniel Jacobowitz
On Thu, Nov 03, 2005 at 08:08:27PM +, Joern RENNECKE wrote: > Daniel Jacobowitz wrote: > > >On Thu, Nov 03, 2005 at 07:15:22PM +, Joern RENNECKE wrote: > > > > > >>Index: gcc/.cvsignore > >>==

Re: diffing directories with merged-as-deleted files?

2005-11-03 Thread Daniel Jacobowitz
) -L > gcc/.cvsignore (.../gcc) (revision 106387) gcc/.svn/empty-file > gcc/.cvsignore > /usr/bin/diff: gcc/.cvsignore: No such file or directory > svn: '/home/afra/users/renneckej/bin/gccdiff' returned 2 Presumably this is a bug in your 'gccdiff' script? -- Daniel Jacobowitz CodeSourcery, LLC

Re: svn diff branch woprking copy against mainline?

2005-11-02 Thread Daniel Jacobowitz
tag naming conventions. Coincidentally, Paul Brook just posted a very promising looking one! There's no real need for this to live in svn itself. -- Daniel Jacobowitz CodeSourcery, LLC

Re: -Wuninitialized issues

2005-11-02 Thread Daniel Jacobowitz
to change across releases, and easier to predict and explain to non-compiler-hackers. If the option was available, I'd switch GDB over in a heartbeat. Or at least propose it. -- Daniel Jacobowitz CodeSourcery, LLC

Re: -Wuninitialized issues

2005-11-02 Thread Daniel Jacobowitz
On Wed, Nov 02, 2005 at 05:53:49PM -0800, Joe Buck wrote: > On Wed, Nov 02, 2005 at 08:44:51PM -0500, Daniel Jacobowitz wrote: > > On Wed, Nov 02, 2005 at 05:32:51PM -0800, Joe Buck wrote: > > > On Thu, Nov 03, 2005 at 02:13:05AM +0100, Gabriel Dos Reis wrote: > > > &g

Re: -Wuninitialized issues

2005-11-02 Thread Daniel Jacobowitz
ed off if gcc produces new, but bogus, warnings > for uninitialized variables (please feel free to produce new, but *valid*, > warnings). People who use -Wall -Werror are _already_ pissed off about -Wuninitialized. It virtually guarantees that your build will fail on a new release of GCC. -- Daniel Jacobowitz CodeSourcery, LLC

Re: -Wuninitialized issues

2005-10-31 Thread Daniel Jacobowitz
itialized variables; > it would also record (but not warn for) maybe uninitialized variables > (by detecting default definitions appearing in PHI nodes). > Thoughts? I think that sounds very clever... -- Daniel Jacobowitz CodeSourcery, LLC

Re: backslash whitespace newline

2005-10-25 Thread Daniel Jacobowitz
On Tue, Oct 25, 2005 at 11:16:23PM +0200, Vincent Lefevre wrote: > On 2005-10-25 16:01:43 -0400, Daniel Jacobowitz wrote: > > On Tue, Oct 25, 2005 at 12:53:23PM -0700, Mike Stump wrote: > > > Yeah, I knew about that one, cutting and pasting from any full screen > >

Re: backslash whitespace newline

2005-10-25 Thread Daniel Jacobowitz
situation alot. In fact, it really isn't (or at least it's defeated everyone who tried); I spent some time talking with the ncurses maintainer about this earlier in the month. -- Daniel Jacobowitz CodeSourcery, LLC

Re: Question on Dwarf2 unwind info and optimized code

2005-10-25 Thread Daniel Jacobowitz
he prologue analyzers are used strictly when no debug info is available (or for a couple of thorny targets, MIPS in particular, that's a TODO). -- Daniel Jacobowitz CodeSourcery, LLC

Re: Question on proposed use of "svn switch"

2005-10-25 Thread Daniel Jacobowitz
r both halves, but obviously migrating internal trees isn't easy... -- Daniel Jacobowitz CodeSourcery, LLC

Re: Question on proposed use of "svn switch"

2005-10-25 Thread Daniel Jacobowitz
do in > gcc/CVS/Entries is delete the line for "ada" and then checkout the AdaCore > repository into there. What's the way to do this in svn? I think you would need to do something a bit more complicated for this, using svk. Among other things, this should let you combine multiple conceptual "repositories". But I'll defer this one to our experts. -- Daniel Jacobowitz CodeSourcery, LLC

Re: Question on Dwarf2 unwind info and optimized code

2005-10-24 Thread Daniel Jacobowitz
operators. > Indeed, what is the rule? There's no rule, just documentation of how they work - if you can run through the CFI stack machine and get the right results, you could use them. -- Daniel Jacobowitz CodeSourcery, LLC

Re: A couple more subversion notes

2005-10-20 Thread Daniel Jacobowitz
at was a good choice; I'm sorry that people are crawling out from every which way now to object to the entire idea. I eagerly look forward to svn. For me, the biggest draw is that cvs update on branches takes a heinously long time and svn update on branches does not. -- Daniel Jacobowitz CodeSourcery, LLC

Re: A couple more subversion notes

2005-10-19 Thread Daniel Jacobowitz
_%h: No such file or directory Yes, the lack of expanded %h means that you're looking at an older version of OpenSSH; I guess the missing ControlPath support was also a bug fix. -- Daniel Jacobowitz CodeSourcery, LLC

Re: A couple more subversion notes

2005-10-19 Thread Daniel Jacobowitz
On Wed, Oct 19, 2005 at 05:18:26PM +0200, Richard Guenther wrote: > On 10/19/05, Daniel Jacobowitz <[EMAIL PROTECTED]> wrote: > > On Wed, Oct 19, 2005 at 05:12:32PM +0200, Arnaud Charlet wrote: > > > > Most of this is ssh overhead, because your diff is so small. >

Re: A couple more subversion notes

2005-10-19 Thread Daniel Jacobowitz
ot;cvs status" than "svn status" is. -- Daniel Jacobowitz CodeSourcery, LLC

<    1   2   3   4   5   6   7   >