tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] NetBSD/aarch64 Unknown relocation type for got: 299


From: Herman ten Brugge
Subject: Re: [Tinycc-devel] NetBSD/aarch64 Unknown relocation type for got: 299
Date: Tue, 5 Jan 2021 15:07:39 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0

Help,

Can you help me to recover the commits and give advice to Danny Milosavljevic
to use git correctly.

Thanks,

    Herman

On 1/5/21 2:40 PM, Danny Milosavljevic wrote:
Hi,

On Tue, 5 Jan 2021 07:25:33 +0100
Herman ten Brugge <hermantenbrugge@home.nl> wrote:

I fixed this one also. But the problem is that below commits are gone.
This happended after te commit 'arm-asm: Implement branch to label
<https://repo.or.cz/tinycc.git/commit/0a3680941dbe52c56a198fa4e146e5dbe1619131>'
The git workflow I'm using for this project is unusual for me--I'm not sure
I do the steps the right way.

I always work on the same local branch, "arm-asm".

To push changes, I do:

git checkout mob
git pull --rebase
git checkout arm-asm
git rebase mob
git push -f ssh://mob@repo.or.cz/srv/git/tinycc.git arm-asm:mob

The last form I've never used ever before anywhere else--and I use git every 
day.
But that's what the description in tinycc said.

Anyway, could be that the stuff above broke something, or not.  Just wanted to
make sure we can figure out what happened.

Should I instead create a new branch every time?

(Can I set the upstream link ("-u") so I don't have to do the last line with 
URL?
How would that look?)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]