subversion trouble (was Re: Incorrect default options for h8300 target)

2005-11-15 Thread James E Wilson
On Tue, 2005-11-15 at 01:11, Jim Blandy wrote: > 'svn revert' doesn't work for you? What does 'svn status' say? aretha$ svn revert tree-vrp.c svn: Working copy '.' locked svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details) aretha$ svn cleanup svn: In directory '.' svn: Ca

Re: Incorrect default options for h8300 target

2005-11-15 Thread Jim Blandy
On 11/14/05, Jim Wilson <[EMAIL PROTECTED]> wrote: > Well, maybe not. My subversion check-out is screwed up, and I don't see > how to fix it. An update failed because of a bug with my external diff > program. I fixed that. I fumbled around a bit trying to find the right > svn command I need to

Re: Incorrect default options for h8300 target

2005-11-14 Thread Jim Wilson
Mike Lerwill wrote: #undef TARGET_DEFAULT_TARGET_FLAGS #define TARGET_DEFAULT_TARGET_FLAGS (MASK_QUICKCALL) This is mostly right, except that second line should be #define TARGET_DEFAULT_TARGET_FLAGS (TARGET_DEFAULT) Alternatively, we could delete the 2 lines defining TARGET_DE