This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 07/21] ia64: merge sysdeps/ia64/elf/ into sysdeps/ia64/


ugh, meant to use -C -M with git format-patch.  with those options, the two 
file moves are obvious.  snippet below.
-mike

...
 sysdeps/ia64/{elf => }/entry.h |    0
 sysdeps/ia64/{elf => }/start.S |    0
...
 rename sysdeps/ia64/{elf => }/entry.h (100%)
 rename sysdeps/ia64/{elf => }/start.S (100%)
...
diff --git a/sysdeps/ia64/elf/entry.h b/sysdeps/ia64/entry.h
similarity index 100%
rename from sysdeps/ia64/elf/entry.h
rename to sysdeps/ia64/entry.h
diff --git a/sysdeps/ia64/elf/start.S b/sysdeps/ia64/start.S
similarity index 100%
rename from sysdeps/ia64/elf/start.S
rename to sysdeps/ia64/start.S

Attachment: signature.asc
Description: This is a digitally signed message part.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]